Home
last modified time | relevance | path

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

/openbmc/linux/kernel/module/
H A Ddebug_kmemleak.c12 void kmemleak_load_module(const struct module *mod, in kmemleak_load_module() function
H A Dinternal.h341 void kmemleak_load_module(const struct module *mod, const struct load_info *info);
343 static inline void kmemleak_load_module(const struct module *mod, in kmemleak_load_module() function
H A Dmain.c2416 kmemleak_load_module(mod, info); in layout_and_allocate()