get_next_modinfo 1397 kernel/module.c static char *get_next_modinfo(const struct load_info *info, const char *tag,
get_next_modinfo 1413 kernel/module.c 			imported_namespace = get_next_modinfo(
get_next_modinfo 2569 kernel/module.c 	return get_next_modinfo(info, tag, NULL);
get_next_modinfo  815 scripts/mod/modpost.c 	return get_next_modinfo(info, tag, NULL);
get_next_modinfo 2041 scripts/mod/modpost.c 		license = get_next_modinfo(&info, "license", license);
get_next_modinfo 2047 scripts/mod/modpost.c 		namespace = get_next_modinfo(&info, "import_ns", namespace);