Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dtest_meminit.c63 static int __init do_alloc_pages_order(int order, int *total_failures) in do_alloc_pages_order() argument
81 (*total_failures)++; in do_alloc_pages_order()
86 (*total_failures)++; in do_alloc_pages_order()
91 static int __init test_pages(int *total_failures) in test_pages() argument
100 *total_failures += failures; in test_pages()
105 static int __init do_kmalloc_size(size_t size, int *total_failures) in do_kmalloc_size() argument
119 (*total_failures)++; in do_kmalloc_size()
124 (*total_failures)++; in do_kmalloc_size()
129 static int __init do_vmalloc_size(size_t size, int *total_failures) in do_vmalloc_size() argument
143 (*total_failures)++; in do_vmalloc_size()
[all …]
/openbmc/linux/drivers/scsi/
H A Dscsi_error.c406 int total_failures = 0; in scsi_eh_prt_fail_stats() local
414 ++total_failures; in scsi_eh_prt_fail_stats()
437 total_failures, devices_failed)); in scsi_eh_prt_fail_stats()