Lines Matching defs: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()
279 static void __static_key_slow_dec_cpuslocked(struct static_key *key) in __static_key_slow_dec_cpuslocked()
293 static void __static_key_slow_dec(struct static_key *key) in __static_key_slow_dec()
302 struct static_key_deferred *key = in jump_label_update_timeout() local
308 void static_key_slow_dec(struct static_key *key) in static_key_slow_dec()
315 void static_key_slow_dec_cpuslocked(struct static_key *key) in static_key_slow_dec_cpuslocked()
321 void __static_key_slow_dec_deferred(struct static_key *key, in __static_key_slow_dec_deferred()
334 void __static_key_deferred_flush(void *key, struct delayed_work *work) in __static_key_deferred_flush()
341 void jump_label_rate_limit(struct static_key_deferred *key, in jump_label_rate_limit()
384 static inline struct jump_entry *static_key_entries(struct static_key *key) in static_key_entries()
390 static inline bool static_key_type(struct static_key *key) in static_key_type()
395 static inline bool static_key_linked(struct static_key *key) in static_key_linked()
400 static inline void static_key_clear_linked(struct static_key *key) in static_key_clear_linked()
405 static inline void static_key_set_linked(struct static_key *key) in static_key_set_linked()
419 static void static_key_set_entries(struct static_key *key, in static_key_set_entries()
432 struct static_key *key = jump_entry_key(entry); in jump_label_type() local
467 static void __jump_label_update(struct static_key *key, in __jump_label_update()
478 static void __jump_label_update(struct static_key *key, in __jump_label_update()
504 struct static_key *key = NULL; in jump_label_init() local
550 struct static_key *key = jump_entry_key(entry); in jump_label_init_type() local
564 static inline struct static_key_mod *static_key_mod(struct static_key *key) in static_key_mod()
576 static void static_key_set_mod(struct static_key *key, in static_key_set_mod()
611 static void __jump_label_mod_update(struct static_key *key) in __jump_label_mod_update()
641 struct static_key *key = NULL; in jump_label_add_module() local
703 struct static_key *key = NULL; in jump_label_del_module() local
818 static void jump_label_update(struct static_key *key) in jump_label_update()