Searched refs:mod_tree_root (Results 1 – 3 of 3) sorted by relevance
187 struct mod_tree_root { struct195 extern struct mod_tree_root mod_tree; argument196 extern struct mod_tree_root mod_data_tree;202 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()
64 static noinline void __mod_tree_insert(struct mod_tree_node *node, struct mod_tree_root *tree) in __mod_tree_insert()69 static void __mod_tree_remove(struct mod_tree_node *node, struct mod_tree_root *tree) in __mod_tree_remove()108 struct module *mod_find(unsigned long addr, struct mod_tree_root *tree) in mod_find()
81 struct mod_tree_root mod_tree __cacheline_aligned = {86 struct mod_tree_root mod_data_tree __cacheline_aligned = {104 static void __mod_update_bounds(void *base, unsigned int size, struct mod_tree_root *tree) in __mod_update_bounds()3106 struct mod_tree_root *tree; in __module_address()