Home
last modified time | relevance | path

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

/openbmc/linux/kernel/module/
H A 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
H A Dstats.c240 int try_add_failed_module(const char *name, enum fail_dup_mod_reason reason) in try_add_failed_module() function
H A Dmain.c2685 if (try_add_failed_module(name, reason)) in module_patient_check_exists()