Home
last modified time | relevance | path

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

/external/kmod/tools/
Ddepmod.c1967 static size_t mod_count_all_dependencies(const struct mod *mod) in mod_count_all_dependencies() function
1972 count += 1 + mod_count_all_dependencies(d); in mod_count_all_dependencies()
2012 *n_deps = mod_count_all_dependencies(mod); in mod_get_all_sorted_dependencies()