Home
last modified time | relevance | path

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

/external/kmod/tools/
Ddepmod.c893 struct hash *modules_by_uncrelpath; member
948 depmod->modules_by_uncrelpath = hash_new(512, NULL); in depmod_init()
949 if (depmod->modules_by_uncrelpath == NULL) { in depmod_init()
971 hash_free(depmod->modules_by_uncrelpath); in depmod_init()
982 hash_free(depmod->modules_by_uncrelpath); in depmod_shutdown()
1035 err = hash_add_unique(depmod->modules_by_uncrelpath, in depmod_module_add()
1060 hash_del(depmod->modules_by_uncrelpath, mod->uncrelpath); in depmod_module_del()
1455 mod = hash_find(depmod->modules_by_uncrelpath, line); in depmod_modules_sort()