Lines Matching refs:static_key_mod
545 struct static_key_mod { struct
546 struct static_key_mod *next; argument
551 static inline struct static_key_mod *static_key_mod(struct static_key *key) in static_key_mod() argument
554 return (struct static_key_mod *)(key->type & ~JUMP_TYPE_MASK); in static_key_mod()
564 struct static_key_mod *mod) in static_key_set_mod()
600 struct static_key_mod *mod; in __jump_label_mod_update()
602 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()
653 jlm = kzalloc(sizeof(struct static_key_mod), GFP_KERNEL); in jump_label_add_module()
657 jlm2 = kzalloc(sizeof(struct static_key_mod), in jump_label_add_module()
673 jlm->next = static_key_mod(key); in jump_label_add_module()
691 struct static_key_mod *jlm, **prev; in jump_label_del_module()
707 jlm = static_key_mod(key); in jump_label_del_module()
725 jlm = static_key_mod(key); in jump_label_del_module()