Searched refs:FAIL_DUP_MOD_LOAD (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/module/
H A Dstats.c92 * b) FAIL_DUP_MOD_LOAD: after layout_and_allocate() on add_unformed_module()
211 test_bit(FAIL_DUP_MOD_LOAD, &mod_fail->dup_fail_mask))
215 if (test_bit(FAIL_DUP_MOD_LOAD, &mod_fail->dup_fail_mask))
H A Dinternal.h173 * @FAIL_DUP_MOD_LOAD: the module has been read properly, passes all validation
185 FAIL_DUP_MOD_LOAD, enumerator in enum:fail_dup_mod_reason
H A Dmain.c2719 err = module_patient_check_exists(mod->name, FAIL_DUP_MOD_LOAD);

Completed in 161 milliseconds