Searched refs:dup_ret (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/module/
H A Ddups.c54 int dup_ret; member in struct:kmod_dup_req
120 bool kmod_dup_request_exists_wait(char *module_name, bool wait, int *dup_ret) argument
197 *dup_ret = 0;
212 *dup_ret = ret;
217 *dup_ret = kmod_req->dup_ret;
232 kmod_req->dup_ret = ret;
H A Dkmod.c136 int ret, dup_ret; local
168 if (kmod_dup_request_exists_wait(module_name, wait, &dup_ret)) {
169 ret = dup_ret;
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) argument

Completed in 224 milliseconds