Searched refs:dup_ret (Results 1 – 2 of 2) sorted by relevance
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()
244 bool kmod_dup_request_exists_wait(char *module_name, bool wait, int *dup_ret);247 static inline bool kmod_dup_request_exists_wait(char *module_name, bool wait, int *dup_ret) in kmod_dup_request_exists_wait() argument