Searched refs:klist (Results 1 – 1 of 1) sorted by relevance
64 static struct kmod_list *klist, *kcurrent; in next_module() local73 if (!klist) in next_module()78 int err = kmod_module_new_from_lookup(kmod_ctx, d->dev->module_alias, &klist); in next_module()84 kcurrent = klist; in next_module()87 kcurrent = kmod_list_next(klist, kcurrent); in next_module()95 kmod_module_unref_list(klist); in next_module()96 klist = NULL; in next_module()