Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Djump_label.c520 struct static_key_mod { struct
521 struct static_key_mod *next; argument
526 static inline struct static_key_mod *static_key_mod(struct static_key *key) in static_key_mod() function
529 return (struct static_key_mod *)(key->type & ~JUMP_TYPE_MASK); in static_key_mod()
539 struct static_key_mod *mod) in static_key_set_mod()
575 struct static_key_mod *mod; in __jump_label_mod_update()
577 for (mod = static_key_mod(key); mod; mod = mod->next) { in __jump_label_mod_update()
629 struct static_key_mod *jlm, *jlm2; in jump_label_add_module()
652 jlm = kzalloc(sizeof(struct static_key_mod), GFP_KERNEL); in jump_label_add_module()
656 jlm2 = kzalloc(sizeof(struct static_key_mod), in jump_label_add_module()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Djump_label.h105 struct static_key_mod *next;