Searched refs:dup_ret (Results 1 – 3 of 3) sorted by relevance
54 int dup_ret; member120 bool kmod_dup_request_exists_wait(char *module_name, bool wait, int *dup_ret) in kmod_dup_request_exists_wait() argument197 *dup_ret = 0; in kmod_dup_request_exists_wait()212 *dup_ret = ret; in kmod_dup_request_exists_wait()217 *dup_ret = kmod_req->dup_ret; in kmod_dup_request_exists_wait()232 kmod_req->dup_ret = ret; in kmod_dup_request_announce()
136 int ret, dup_ret; in __request_module() local168 if (kmod_dup_request_exists_wait(module_name, wait, &dup_ret)) { in __request_module()169 ret = dup_ret; in __request_module()
238 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() argument