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()
127 bool static_key_fast_inc_not_disabled(struct static_key *key) in static_key_fast_inc_not_disabled()
148 bool static_key_slow_inc_cpuslocked(struct static_key *key) in static_key_slow_inc_cpuslocked()
181 bool static_key_slow_inc(struct static_key *key) in static_key_slow_inc()
192 void static_key_enable_cpuslocked(struct static_key *key) in static_key_enable_cpuslocked()
215 void static_key_enable(struct static_key *key) in static_key_enable()
223 void static_key_disable_cpuslocked(struct static_key *key) in static_key_disable_cpuslocked()
240 void static_key_disable(struct static_key *key) in static_key_disable()
248 static bool static_key_slow_try_dec(struct static_key *key) in static_key_slow_try_dec()
267 static void __static_key_slow_dec_cpuslocked(struct static_key *key) in __static_key_slow_dec_cpuslocked()
280 static void __static_key_slow_dec(struct static_key *key) in __static_key_slow_dec()
295 void static_key_slow_dec(struct static_key *key) in static_key_slow_dec()
302 void static_key_slow_dec_cpuslocked(struct static_key *key) in static_key_slow_dec_cpuslocked()
308 void __static_key_slow_dec_deferred(struct static_key *key, in __static_key_slow_dec_deferred()
371 static inline struct jump_entry *static_key_entries(struct static_key *key) in static_key_entries()
377 static inline bool static_key_type(struct static_key *key) in static_key_type()
382 static inline bool static_key_linked(struct static_key *key) in static_key_linked()
387 static inline void static_key_clear_linked(struct static_key *key) in static_key_clear_linked()
392 static inline void static_key_set_linked(struct static_key *key) in static_key_set_linked()
406 static void static_key_set_entries(struct static_key *key, in static_key_set_entries()
419 struct static_key *key = jump_entry_key(entry); in jump_label_type()
454 static void __jump_label_update(struct static_key *key, in __jump_label_update()
465 static void __jump_label_update(struct static_key *key, in __jump_label_update()
491 struct static_key *key = NULL; in jump_label_init()
511 struct static_key *iterk; in jump_label_init()
537 struct static_key *key = jump_entry_key(entry); in jump_label_init_type()
551 static inline struct static_key_mod *static_key_mod(struct static_key *key) in static_key_mod()
563 static void static_key_set_mod(struct static_key *key, in static_key_set_mod()
598 static void __jump_label_mod_update(struct static_key *key) in __jump_label_mod_update()
628 struct static_key *key = NULL; in jump_label_add_module()
638 struct static_key *iterk; in jump_label_add_module()
690 struct static_key *key = NULL; in jump_label_del_module()
805 static void jump_label_update(struct static_key *key) in jump_label_update()