Home
last modified time | relevance | path

Searched refs:static_key_mod (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/kernel/
H A Djump_label.c622 struct static_key_mod { struct
623 struct static_key_mod *next; argument
628 static inline struct static_key_mod *static_key_mod(struct static_key *key) in static_key_mod() function
641 struct static_key_mod *mod) in static_key_set_mod()
676 struct static_key_mod *mod; in __jump_label_mod_update()
705 struct static_key_mod *jlm, *jlm2; in jump_label_add_module()
742 jlm2 = kzalloc(sizeof(struct static_key_mod), in jump_label_add_module()
758 jlm->next = static_key_mod(key); in jump_label_add_module()
777 struct static_key_mod *jlm, **prev; in jump_label_del_module()
797 jlm = static_key_mod(key); in jump_label_del_module()
[all …]
/linux-6.15/include/linux/
H A Djump_label.h105 struct static_key_mod *next;