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()
151 bool static_key_slow_inc_cpuslocked(struct static_key *key) in static_key_slow_inc_cpuslocked()
186 bool static_key_slow_inc(struct static_key *key) in static_key_slow_inc()
197 void static_key_enable_cpuslocked(struct static_key *key) in static_key_enable_cpuslocked()
220 void static_key_enable(struct static_key *key) in static_key_enable()
228 void static_key_disable_cpuslocked(struct static_key *key) in static_key_disable_cpuslocked()
245 void static_key_disable(struct static_key *key) in static_key_disable()
253 static bool static_key_dec_not_one(struct static_key *key) in static_key_dec_not_one()
292 static void __static_key_slow_dec_cpuslocked(struct static_key *key) in __static_key_slow_dec_cpuslocked()
318 static void __static_key_slow_dec(struct static_key *key) in __static_key_slow_dec()
333 void static_key_slow_dec(struct static_key *key) in static_key_slow_dec()
340 void static_key_slow_dec_cpuslocked(struct static_key *key) in static_key_slow_dec_cpuslocked()
346 void __static_key_slow_dec_deferred(struct static_key *key, in __static_key_slow_dec_deferred()
409 static inline struct jump_entry *static_key_entries(struct static_key *key) in static_key_entries()
415 static inline bool static_key_type(struct static_key *key) in static_key_type()
420 static inline bool static_key_linked(struct static_key *key) in static_key_linked()
425 static inline void static_key_clear_linked(struct static_key *key) in static_key_clear_linked()
430 static inline void static_key_set_linked(struct static_key *key) in static_key_set_linked()
444 static void static_key_set_entries(struct static_key *key, in static_key_set_entries()
457 struct static_key *key = jump_entry_key(entry); in jump_label_type()
492 static void __jump_label_update(struct static_key *key, in __jump_label_update()
503 static void __jump_label_update(struct static_key *key, in __jump_label_update()
529 struct static_key *key = NULL; in jump_label_init()
549 struct static_key *iterk; in jump_label_init()
571 static inline bool static_key_sealed(struct static_key *key) in static_key_sealed()
576 static inline void static_key_seal(struct static_key *key) in static_key_seal()
595 struct static_key *iterk = jump_entry_key(iter); in jump_label_init_ro()
614 struct static_key *key = jump_entry_key(entry); in jump_label_init_type()
628 static inline struct static_key_mod *static_key_mod(struct static_key *key) in static_key_mod()
640 static void static_key_set_mod(struct static_key *key, in static_key_set_mod()
675 static void __jump_label_mod_update(struct static_key *key) in __jump_label_mod_update()
705 struct static_key *key = NULL; in jump_label_add_module()
715 struct static_key *iterk; in jump_label_add_module()
777 struct static_key *key = NULL; in jump_label_del_module()
896 static void jump_label_update(struct static_key *key) in jump_label_update()