Lines Matching refs:static_key
57 static void jump_label_update(struct static_key *key, int enable);
59 void static_key_slow_inc(struct static_key *key) in static_key_slow_inc()
77 static void __static_key_slow_dec(struct static_key *key, in __static_key_slow_dec()
105 void static_key_slow_dec(struct static_key *key) in static_key_slow_dec()
164 static void __jump_label_update(struct static_key *key, in __jump_label_update()
181 static enum jump_label_type jump_label_type(struct static_key *key) in jump_label_type()
196 struct static_key *key = NULL; in jump_label_init()
203 struct static_key *iterk; in jump_label_init()
205 iterk = (struct static_key *)(unsigned long)iter->key; in jump_label_init()
246 static void __jump_label_mod_update(struct static_key *key, int enable) in __jump_label_mod_update()
288 struct static_key *key = NULL; in jump_label_add_module()
298 struct static_key *iterk; in jump_label_add_module()
300 iterk = (struct static_key *)(unsigned long)iter->key; in jump_label_add_module()
333 struct static_key *key = NULL; in jump_label_del_module()
340 key = (struct static_key *)(unsigned long)iter->key; in jump_label_del_module()
442 static void jump_label_update(struct static_key *key, int enable) in jump_label_update()