Searched refs:static_key_mod (Results 1 – 1 of 1) sorted by relevance
613 struct static_key_mod { struct614 struct static_key_mod *next; argument619 static inline struct static_key_mod *static_key_mod(struct static_key *key) in static_key_mod() function622 return (struct static_key_mod *)(key->type & ~JUMP_TYPE_MASK); in static_key_mod()632 struct static_key_mod *mod) in static_key_set_mod()667 struct static_key_mod *mod; in __jump_label_mod_update()669 for (mod = static_key_mod(key); mod; mod = mod->next) { in __jump_label_mod_update()696 struct static_key_mod *jlm, *jlm2; in jump_label_add_module()729 jlm = kzalloc_obj(struct static_key_mod); in jump_label_add_module()733 jlm2 = kzalloc_obj(struct static_key_mod); in jump_label_add_module()[all …]