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

/linux-master/kernel/module/
H A Dtree_lookup.c24 struct module_memory *mod_mem = container_of(n, struct module_memory, mtn.node);
31 struct module_memory *mod_mem = container_of(n, struct module_memory, mtn.node);
81 mod->mem[type].mtn.mod = mod;
83 __mod_tree_insert(&mod->mem[type].mtn, &mod_tree);
91 __mod_tree_remove(&mod->mem[type].mtn, &mod_tree);
99 __mod_tree_remove(&mod->mem[type].mtn, &mod_tree);
/linux-master/drivers/dax/
H A Dkmem.c80 struct memory_dev_type *mtype, *mtn; local
83 list_for_each_entry_safe(mtype, mtn, &kmem_memory_types, list) {
/linux-master/include/linux/
H A Dmodule.h367 struct mod_tree_node mtn; member in struct:module_memory

Completed in 186 milliseconds