Home
last modified time | relevance | path

Searched refs:dbe_list (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dmodule.c31 static LIST_HEAD(dbe_list);
415 list_for_each_entry(dbe, &dbe_list, dbe_list) { in search_module_dbetables()
439 INIT_LIST_HEAD(&me->arch.dbe_list); in module_finalize()
446 list_add(&me->arch.dbe_list, &dbe_list); in module_finalize()
455 list_del(&mod->arch.dbe_list); in module_arch_cleanup()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dmodule.h11 struct list_head dbe_list; member