Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/module/
Dinternal.h212 int try_add_failed_module(const char *name, enum fail_dup_mod_reason reason);
221 static inline int try_add_failed_module(const char *name, in try_add_failed_module() function
Dstats.c240 int try_add_failed_module(const char *name, enum fail_dup_mod_reason reason) in try_add_failed_module() function
Dmain.c2680 if (try_add_failed_module(name, reason)) in module_patient_check_exists()