Home
last modified time | relevance | path

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

/linux/kernel/module/
H A Dstats.c208 static const char *mod_fail_to_str(struct mod_fail_load *mod_fail) in mod_fail_to_str() argument
210 if (test_bit(FAIL_DUP_MOD_BECOMING, &mod_fail->dup_fail_mask) && in mod_fail_to_str()
211 test_bit(FAIL_DUP_MOD_LOAD, &mod_fail->dup_fail_mask)) in mod_fail_to_str()
213 if (test_bit(FAIL_DUP_MOD_BECOMING, &mod_fail->dup_fail_mask)) in mod_fail_to_str()
215 if (test_bit(FAIL_DUP_MOD_LOAD, &mod_fail->dup_fail_mask)) in mod_fail_to_str()
242 struct mod_fail_load *mod_fail; in try_add_failed_module() local
244 list_for_each_entry_rcu(mod_fail, &dup_failed_modules, list, in try_add_failed_module()
246 if (!strcmp(mod_fail->name, name)) { in try_add_failed_module()
247 atomic_long_inc(&mod_fail->count); in try_add_failed_module()
248 __set_bit(reason, &mod_fail->dup_fail_mask); in try_add_failed_module()
[all …]