Lines Matching defs:key
59 void static_key_slow_inc(struct static_key *key) in static_key_slow_inc()
77 static void __static_key_slow_dec(struct static_key *key, in __static_key_slow_dec()
100 struct static_key_deferred *key = in jump_label_update_timeout() local
105 void static_key_slow_dec(struct static_key *key) in static_key_slow_dec()
112 void static_key_slow_dec_deferred(struct static_key_deferred *key) in static_key_slow_dec_deferred()
119 void jump_label_rate_limit(struct static_key_deferred *key, in jump_label_rate_limit()
164 static void __jump_label_update(struct static_key *key, in __jump_label_update()
181 static enum jump_label_type jump_label_type(struct static_key *key) in jump_label_type()
196 struct static_key *key = NULL; in jump_label_init() local
246 static void __jump_label_mod_update(struct static_key *key, int enable) in __jump_label_mod_update()
288 struct static_key *key = NULL; in jump_label_add_module() local
333 struct static_key *key = NULL; in jump_label_del_module() local
442 static void jump_label_update(struct static_key *key, int enable) in jump_label_update()