Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/module/
Ddups.c54 int dup_ret; member
120 bool kmod_dup_request_exists_wait(char *module_name, bool wait, int *dup_ret) in kmod_dup_request_exists_wait() argument
197 *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()
Dkmod.c136 int ret, dup_ret; in __request_module() local
168 if (kmod_dup_request_exists_wait(module_name, wait, &dup_ret)) { in __request_module()
169 ret = dup_ret; in __request_module()
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() argument