Home
last modified time | relevance | path

Searched refs:klp_module_going (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dlivepatch.h199 void klp_module_going(struct module *mod);
241 static inline void klp_module_going(struct module *mod) {} in klp_module_going() function
/linux/kernel/module/
H A Dmain.c838 klp_module_going(mod); in SYSCALL_DEFINE2()
3133 klp_module_going(mod); in do_init_module()
3290 klp_module_going(mod); in prepare_coming_module()
3518 klp_module_going(mod); in load_module()
/linux/kernel/livepatch/
H A Dcore.c66 * klp_module_going() instead. in klp_find_object_module()
70 * Do not mess work of klp_module_coming() and klp_module_going(). in klp_find_object_module()
71 * Note that the patch might still be needed before klp_module_going() in klp_find_object_module()
1334 void klp_module_going(struct module *mod) in klp_module_going() function
1342 * Each module has to know that klp_module_going() in klp_module_going()