Searched refs:mod_tree_root (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/module/
H A Dtree_lookup.c64 static noinline void __mod_tree_insert(struct mod_tree_node *node, struct mod_tree_root *tree)
69 static void __mod_tree_remove(struct mod_tree_node *node, struct mod_tree_root *tree)
103 struct module *mod_find(unsigned long addr, struct mod_tree_root *tree)
H A Dinternal.h287 struct mod_tree_root { struct
299 extern struct mod_tree_root mod_tree;
305 struct module *mod_find(unsigned long addr, struct mod_tree_root *tree);
311 static inline struct module *mod_find(unsigned long addr, struct mod_tree_root *tree)
H A Dmain.c81 struct mod_tree_root mod_tree __cacheline_aligned = {
96 unsigned int size, struct mod_tree_root *tree)

Completed in 121 milliseconds