Lines Matching defs:key
59 void static_key_slow_inc(struct static_key *key) in static_key_slow_inc()
72 static void __static_key_slow_dec(struct static_key *key, in __static_key_slow_dec()
92 struct static_key_deferred *key = in jump_label_update_timeout() local
97 void static_key_slow_dec(struct static_key *key) in static_key_slow_dec()
104 void static_key_slow_dec_deferred(struct static_key_deferred *key) in static_key_slow_dec_deferred()
111 void jump_label_rate_limit(struct static_key_deferred *key, in jump_label_rate_limit()
156 static inline struct jump_entry *static_key_entries(struct static_key *key) in static_key_entries()
161 static inline bool static_key_type(struct static_key *key) in static_key_type()
178 struct static_key *key = jump_entry_key(entry); in jump_label_type() local
186 static void __jump_label_update(struct static_key *key, in __jump_label_update()
205 struct static_key *key = NULL; in jump_label_init() local
239 struct static_key *key = jump_entry_key(entry); in jump_label_init_type() local
268 static void __jump_label_mod_update(struct static_key *key) in __jump_label_mod_update()
310 struct static_key *key = NULL; in jump_label_add_module() local
356 struct static_key *key = NULL; in jump_label_del_module() local
465 static void jump_label_update(struct static_key *key) in jump_label_update()