Lines Matching +defs:mod +defs:m +defs:b

911 struct mod {  struct
912 struct kmod_module *kmod; argument
916 struct kmod_list *info_list; argument
917 struct kmod_list *dep_sym_list; argument
920 size_t modnamesz; argument
921 int sort_idx; /* sort index using modules.order */ argument
923 uint16_t idx; /* index in depmod->modules.array */ argument
924 uint16_t users; /* how many modules depend on this one */ argument
927 char modname[]; argument
931 struct mod *owner; argument
945 static void mod_free(struct mod *mod) in mod_free()
957 static int mod_add_dependency(struct mod *mod, struct symbol *sym) in mod_add_dependency()
1045 struct mod *mod; in depmod_module_add() local
1102 static int depmod_module_del(struct depmod *depmod, struct mod *mod) in depmod_module_del()
1145 static int depmod_module_is_higher_priority(const struct depmod *depmod, const struct mod *mod, siz… in depmod_module_is_higher_priority()
1225 struct mod *mod; in depmod_modules_search_file() local
1434 const struct mod *b = *(const struct mod **)pb; in mod_cmp() local
1446 struct mod *mod = (struct mod *) v; in depmod_modules_build_array() local
1512 struct mod *mod; in depmod_modules_sort() local
1527 struct mod *m = depmod->modules.array[idx]; in depmod_modules_sort() local
1586 struct mod *mod = *itr; in depmod_load_modules() local
1618 static int depmod_load_module_dependencies(struct depmod *depmod, struct mod *mod) in depmod_load_module_dependencies()
1664 struct mod *mod = *itr; in depmod_load_dependencies() local
1683 const struct mod *b = *(const struct mod **)pb; in dep_cmp() local
1693 struct mod *m = *itr; in depmod_sort_dependencies() local
1701 struct mod *mod; member
1704 static struct vertex *vertex_new(struct mod *mod, struct vertex *parent) in vertex_new()
1792 struct mod *m; in depmod_report_cycles_from_root() local
1891 struct mod *m; in depmod_report_cycles() local
1964 const struct mod *m = *itrm; in depmod_calculate_dependencies() local
2031 static size_t mod_count_all_dependencies(const struct mod *mod) in mod_count_all_dependencies()
2041 static int mod_fill_all_unique_dependencies(const struct mod *mod, const struct mod **deps, size_t … in mod_fill_all_unique_dependencies()
2071 static const struct mod **mod_get_all_sorted_dependencies(const struct mod *mod, size_t *n_deps) in mod_get_all_sorted_dependencies()
2094 static inline const char *mod_get_compressed_path(const struct mod *mod) in mod_get_compressed_path()
2106 const struct mod **deps, *mod = depmod->modules.array[i]; in output_deps() local
2146 const struct mod **deps, *mod = depmod->modules.array[i]; in output_deps_bin() local
2212 const struct mod *mod = depmod->modules.array[i]; in output_aliases() local
2242 const struct mod *mod = depmod->modules.array[i]; in output_aliases_bin() local
2282 const struct mod *mod = depmod->modules.array[i]; in output_softdeps() local
2515 const struct mod *mod = depmod->modules.array[i]; in output_devname() local
3096 struct kmod_module *mod; in do_depmod() local