Searched refs:static_key_mod (Results 1 – 2 of 2) sorted by relevance
521 struct static_key_mod { struct522 struct static_key_mod *next; argument527 static inline struct static_key_mod *static_key_mod(struct static_key *key) in static_key_mod() argument540 struct static_key_mod *mod) in static_key_set_mod()576 struct static_key_mod *mod; in __jump_label_mod_update()630 struct static_key_mod *jlm, *jlm2; in jump_label_add_module()658 jlm2 = kzalloc(sizeof(struct static_key_mod), in jump_label_add_module()674 jlm->next = static_key_mod(key); in jump_label_add_module()692 struct static_key_mod *jlm, **prev; in jump_label_del_module()708 jlm = static_key_mod(key); in jump_label_del_module()[all …]
105 struct static_key_mod *next;
Completed in 9 milliseconds