Lines Matching defs:key
70 int static_key_count(struct static_key *key) in static_key_count()
82 void static_key_slow_inc_cpuslocked(struct static_key *key) in static_key_slow_inc_cpuslocked()
121 void static_key_slow_inc(struct static_key *key) in static_key_slow_inc()
129 void static_key_enable_cpuslocked(struct static_key *key) in static_key_enable_cpuslocked()
151 void static_key_enable(struct static_key *key) in static_key_enable()
159 void static_key_disable_cpuslocked(struct static_key *key) in static_key_disable_cpuslocked()
175 void static_key_disable(struct static_key *key) in static_key_disable()
183 static void __static_key_slow_dec_cpuslocked(struct static_key *key, in __static_key_slow_dec_cpuslocked()
209 static void __static_key_slow_dec(struct static_key *key, in __static_key_slow_dec()
220 struct static_key_deferred *key = in jump_label_update_timeout() local
225 void static_key_slow_dec(struct static_key *key) in static_key_slow_dec()
232 void static_key_slow_dec_cpuslocked(struct static_key *key) in static_key_slow_dec_cpuslocked()
238 void static_key_slow_dec_deferred(struct static_key_deferred *key) in static_key_slow_dec_deferred()
245 void static_key_deferred_flush(struct static_key_deferred *key) in static_key_deferred_flush()
252 void jump_label_rate_limit(struct static_key_deferred *key, in jump_label_rate_limit()
297 static inline struct jump_entry *static_key_entries(struct static_key *key) in static_key_entries()
303 static inline bool static_key_type(struct static_key *key) in static_key_type()
308 static inline bool static_key_linked(struct static_key *key) in static_key_linked()
313 static inline void static_key_clear_linked(struct static_key *key) in static_key_clear_linked()
318 static inline void static_key_set_linked(struct static_key *key) in static_key_set_linked()
342 static void static_key_set_entries(struct static_key *key, in static_key_set_entries()
355 struct static_key *key = jump_entry_key(entry); in jump_label_type() local
363 static void __jump_label_update(struct static_key *key, in __jump_label_update()
382 struct static_key *key = NULL; in jump_label_init() local
424 struct static_key *key = jump_entry_key(entry); in jump_label_init_type() local
438 static inline struct static_key_mod *static_key_mod(struct static_key *key) in static_key_mod()
450 static void static_key_set_mod(struct static_key *key, in static_key_set_mod()
479 static void __jump_label_mod_update(struct static_key *key) in __jump_label_mod_update()
533 struct static_key *key = NULL; in jump_label_add_module() local
591 struct static_key *key = NULL; in jump_label_del_module() local
720 static void jump_label_update(struct static_key *key) in jump_label_update()