Lines Matching refs:static_key

93 static void jump_label_update(struct static_key *key);
104 int static_key_count(struct static_key *key) in static_key_count()
116 void static_key_slow_inc_cpuslocked(struct static_key *key) in static_key_slow_inc_cpuslocked()
156 void static_key_slow_inc(struct static_key *key) in static_key_slow_inc()
164 void static_key_enable_cpuslocked(struct static_key *key) in static_key_enable_cpuslocked()
187 void static_key_enable(struct static_key *key) in static_key_enable()
195 void static_key_disable_cpuslocked(struct static_key *key) in static_key_disable_cpuslocked()
212 void static_key_disable(struct static_key *key) in static_key_disable()
220 static bool static_key_slow_try_dec(struct static_key *key) in static_key_slow_try_dec()
239 static void __static_key_slow_dec_cpuslocked(struct static_key *key) in __static_key_slow_dec_cpuslocked()
252 static void __static_key_slow_dec(struct static_key *key) in __static_key_slow_dec()
267 void static_key_slow_dec(struct static_key *key) in static_key_slow_dec()
274 void static_key_slow_dec_cpuslocked(struct static_key *key) in static_key_slow_dec_cpuslocked()
280 void __static_key_slow_dec_deferred(struct static_key *key, in __static_key_slow_dec_deferred()
347 static inline struct jump_entry *static_key_entries(struct static_key *key) in static_key_entries()
353 static inline bool static_key_type(struct static_key *key) in static_key_type()
358 static inline bool static_key_linked(struct static_key *key) in static_key_linked()
363 static inline void static_key_clear_linked(struct static_key *key) in static_key_clear_linked()
368 static inline void static_key_set_linked(struct static_key *key) in static_key_set_linked()
382 static void static_key_set_entries(struct static_key *key, in static_key_set_entries()
395 struct static_key *key = jump_entry_key(entry); in jump_label_type()
430 static void __jump_label_update(struct static_key *key, in __jump_label_update()
441 static void __jump_label_update(struct static_key *key, in __jump_label_update()
467 struct static_key *key = NULL; in jump_label_init()
487 struct static_key *iterk; in jump_label_init()
513 struct static_key *key = jump_entry_key(entry); in jump_label_init_type()
527 static inline struct static_key_mod *static_key_mod(struct static_key *key) in static_key_mod()
539 static void static_key_set_mod(struct static_key *key, in static_key_set_mod()
574 static void __jump_label_mod_update(struct static_key *key) in __jump_label_mod_update()
629 struct static_key *key = NULL; in jump_label_add_module()
639 struct static_key *iterk; in jump_label_add_module()
691 struct static_key *key = NULL; in jump_label_del_module()
806 static void jump_label_update(struct static_key *key) in jump_label_update()