Lines Matching full:duplicate
3 * kmod dups - the kernel module autoloader duplicate suppressor
150 * would benefit from duplicate detection. in kmod_dup_request_exists_wait()
160 * There was no duplicate, just add the request so we can in kmod_dup_request_exists_wait()
170 /* We are dealing with a duplicate request now */ in kmod_dup_request_exists_wait()
180 * Duplicate request_module() calls can cause quite a bit of wasted in kmod_dup_request_exists_wait()
184 WARN(1, "module-autoload: duplicate request for module %s\n", module_name); in kmod_dup_request_exists_wait()
186 pr_warn("module-autoload: duplicate request for module %s\n", module_name); in kmod_dup_request_exists_wait()
193 * the return value either. Let duplicate request_module_nowait() in kmod_dup_request_exists_wait()
201 * If a duplicate request_module() was used they *may* care for in kmod_dup_request_exists_wait()
215 /* Now the duplicate request has the same exact return value as the first request */ in kmod_dup_request_exists_wait()
234 * If we complete() here we may allow duplicate threads in kmod_dup_request_announce()