Home
last modified time | relevance | path

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

/Linux-v6.1/lib/
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 …]
/Linux-v6.1/drivers/scsi/
Dscsi_error.c402 int total_failures = 0; in scsi_eh_prt_fail_stats() local
410 ++total_failures; in scsi_eh_prt_fail_stats()
433 total_failures, devices_failed)); in scsi_eh_prt_fail_stats()