Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/module/
Dinternal.h202 struct module *mod_find(unsigned long addr, struct mod_tree_root *tree);
208 static inline struct module *mod_find(unsigned long addr, struct mod_tree_root *tree) in mod_find() function
Dtree_lookup.c108 struct module *mod_find(unsigned long addr, struct mod_tree_root *tree) in mod_find() function
Dmain.c3068 mod = mod_find(addr, tree); in __module_address()