Home
last modified time | relevance | path

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

/openbmc/linux/kernel/module/
H A Dkmod.c168 if (kmod_dup_request_exists_wait(module_name, wait, &dup_ret)) { in __request_module()
H A Dinternal.h238 bool kmod_dup_request_exists_wait(char *module_name, bool wait, int *dup_ret);
241 static inline bool kmod_dup_request_exists_wait(char *module_name, bool wait, int *dup_ret) in kmod_dup_request_exists_wait() function
H A Ddups.c120 bool kmod_dup_request_exists_wait(char *module_name, bool wait, int *dup_ret) in kmod_dup_request_exists_wait() function