Home
last modified time | relevance | path

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

/linux/kernel/module/
A Dstats.c242 struct mod_fail_load *mod_fail; in try_add_failed_module() local
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()
253 mod_fail = kzalloc(sizeof(*mod_fail), GFP_KERNEL); in try_add_failed_module()
254 if (!mod_fail) in try_add_failed_module()
256 memcpy(mod_fail->name, name, strlen(name)); in try_add_failed_module()
257 __set_bit(reason, &mod_fail->dup_fail_mask); in try_add_failed_module()
258 atomic_long_inc(&mod_fail->count); in try_add_failed_module()
276 struct mod_fail_load *mod_fail; in read_file_mod_stats() local
[all …]

Completed in 4 milliseconds