Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Djump_label.c247 struct static_key_mod { struct
248 struct static_key_mod *next; argument
270 struct static_key_mod *mod; in __jump_label_mod_update() argument
311 struct static_key_mod *jlm; in jump_label_add_module()
335 jlm = kzalloc(sizeof(struct static_key_mod), GFP_KERNEL); in jump_label_add_module()
357 struct static_key_mod *jlm, **prev; in jump_label_del_module()
/linux-4.4.14/include/linux/
Djump_label.h94 struct static_key_mod *next;