Lines Matching refs:static_key
57 static void jump_label_update(struct static_key *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()
97 void static_key_slow_dec(struct static_key *key) in static_key_slow_dec()
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()
166 static inline struct static_key *jump_entry_key(struct jump_entry *entry) in jump_entry_key()
168 return (struct static_key *)((unsigned long)entry->key & ~1UL); in jump_entry_key()
178 struct static_key *key = jump_entry_key(entry); in jump_label_type()
186 static void __jump_label_update(struct static_key *key, in __jump_label_update()
205 struct static_key *key = NULL; in jump_label_init()
212 struct static_key *iterk; in jump_label_init()
239 struct static_key *key = jump_entry_key(entry); in jump_label_init_type()
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()
320 struct static_key *iterk; in jump_label_add_module()
356 struct static_key *key = NULL; in jump_label_del_module()
465 static void jump_label_update(struct static_key *key) in jump_label_update()