| /Linux-v5.15/lib/ |
| D | test_meminit.c | 20 if (failures) \ 22 __func__, failures, num_tests); \ 86 int failures = 0, num_tests = 0; in test_pages() local 90 num_tests += do_alloc_pages_order(i, &failures); in test_pages() 93 *total_failures += failures; in test_pages() 134 int failures = 0, num_tests = 0; in test_kvmalloc() local 139 num_tests += do_kmalloc_size(size, &failures); in test_kvmalloc() 140 num_tests += do_vmalloc_size(size, &failures); in test_kvmalloc() 144 *total_failures += failures; in test_kvmalloc() 350 int failures = 0, num_tests = 0; in test_kmemcache() local [all …]
|
| D | test_stackinit.c | 455 unsigned int failures = 0; in test_stackinit_init() local 458 failures += test_u8_ ## init (); \ in test_stackinit_init() 459 failures += test_u16_ ## init (); \ in test_stackinit_init() 460 failures += test_u32_ ## init (); \ in test_stackinit_init() 461 failures += test_u64_ ## init (); \ in test_stackinit_init() 462 failures += test_char_array_ ## init (); \ in test_stackinit_init() 466 failures += test_small_hole_ ## init (); \ in test_stackinit_init() 467 failures += test_big_hole_ ## init (); \ in test_stackinit_init() 468 failures += test_trailing_hole_ ## init (); \ in test_stackinit_init() 469 failures += test_packed_ ## init (); \ in test_stackinit_init() [all …]
|
| /Linux-v5.15/tools/testing/selftests/vm/ |
| D | mremap_test.c | 188 static void run_mremap_test_case(struct test test_case, int *failures, in run_mremap_test_case() argument 201 *failures += 1; in run_mremap_test_case() 261 int failures = 0; in main() local 339 run_mremap_test_case(test_cases[i], &failures, threshold_mb, in main() 346 run_mremap_test_case(perf_test_cases[i], &failures, in main() 350 if (failures > 0) in main()
|
| /Linux-v5.15/Documentation/fault-injection/ |
| D | fault-injection.rst | 13 injects slab allocation failures. (kmalloc(), kmem_cache_alloc(), ...) 17 injects page allocation failures. (alloc_pages(), get_free_pages(), ...) 21 injects failures in user memory access functions. (copy_from_user(), get_user(), ...) 29 injects kernel RPC client and server failures. 77 specifies the interval between failures, for calls to 85 specifies how many times failures may happen at most. A value of -1 110 Any positive value limits failures to only processes indicated by 135 default is 'N', setting it to 'Y' won't inject failures into 143 default is 'N', setting it to 'Y' will inject failures 149 failures. [all …]
|
| D | provoke-crashes.rst | 46 You can also induce failures by mounting debugfs and writing the type to
|
| D | notifier-error-inject.rst | 6 notifier call chain failures which is rarely executed. There are kernel
|
| /Linux-v5.15/drivers/md/ |
| D | dm-raid1.c | 62 struct bio_list failures; member 638 if (!ms->failures.head) in write_callback() 640 bio_list_add(&ms->failures, bio); in write_callback() 764 bio_list_merge(&ms->failures, &sync); in do_writes() 777 bio_list_add(&ms->failures, bio); in do_writes() 787 static void do_failures(struct mirror_set *ms, struct bio_list *failures) in do_failures() argument 791 if (likely(!failures->head)) in do_failures() 811 while ((bio = bio_list_pop(failures))) { in do_failures() 854 struct bio_list reads, writes, failures; in do_mirror() local 860 failures = ms->failures; in do_mirror() [all …]
|
| /Linux-v5.15/tools/testing/selftests/net/ |
| D | rxtimestamp.c | 361 int failures = 0; in main() local 420 failures++; in main() 424 failures++; in main() 427 if (!failures) in main() 429 return failures; in main()
|
| /Linux-v5.15/tools/testing/fault-injection/ |
| D | failcmd.sh | 31 specifies how many times failures may happen at most. 59 inject slab allocation failures 61 inject page allocation failures
|
| /Linux-v5.15/tools/testing/selftests/rcutorture/bin/ |
| D | kvm-check-branches.sh | 102 echo '!!! ' $nfail failures in $ntry 'runs!!!' 105 echo No failures in $ntry runs.
|
| D | torture.sh | 245 touch $T/failures 279 echo "$curflavor($retcode)" $resdir >> $T/failures 334 echo "allmodconfig($retcode)" $amcdir >> $T/failures 418 nfailures="`wc -l "$T/failures" | awk '{ print $1 }'`"
|
| /Linux-v5.15/Documentation/vm/ |
| D | hwpoison.rst | 31 users, because memory failures could happen anytime and anywhere, 53 memory failures too. The expection is that near all applications 62 All memory failures cause a panic. Do not attempt recovery. 125 injected failures, not for real memory failures. 131 Only handle memory failures to pages associated with the file
|
| /Linux-v5.15/tools/testing/selftests/bpf/ |
| D | README.rst | 41 Additional information about selftest failures are 44 profiler[23] test failures with clang/llvm <12.0.0 83 bpf_iter test failures with clang/llvm 10.0.0 169 old to support them, they shouldn't cause build failures or runtime test 170 failures:
|
| /Linux-v5.15/drivers/net/ethernet/i825xx/ |
| D | ether1.c | 447 int failures = 0; in ether1_init_for_open() local 537 failures += 1; in ether1_init_for_open() 554 failures += 1; in ether1_init_for_open() 571 failures += 1; in ether1_init_for_open() 604 if (failures) in ether1_init_for_open() 606 return failures ? 1 : 0; in ether1_init_for_open()
|
| /Linux-v5.15/tools/testing/selftests/x86/ |
| D | ldt_gdt.c | 534 int failures = 0, iters = 5, i; in do_multicpu_tests() local 608 failures++; in do_multicpu_tests() 618 if (failures) { in do_multicpu_tests() 619 printf("[FAIL]\t%d of %d iterations failed\n", failures, iters); in do_multicpu_tests()
|
| /Linux-v5.15/tools/testing/ktest/examples/include/ |
| D | defaults.conf | 151 STORE_FAILURES = ${THIS_DIR}/failures
|
| /Linux-v5.15/scripts/coccinelle/api/ |
| D | platform_get_irq.cocci | 2 /// Remove dev_err() messages after platform_get_irq*() failures
|
| /Linux-v5.15/tools/testing/selftests/drivers/net/mlxsw/ |
| D | qos_lib.sh | 68 the other. That will cause spurious failures (or,
|
| /Linux-v5.15/Documentation/core-api/ |
| D | dma-attributes.rst | 113 On some architectures allocation failures are reported with error messages 115 drivers which handle failures (eg, retry later) have no problems with them, 120 where allocation failures are not a problem, and shouldn't bother the logs.
|
| /Linux-v5.15/drivers/usb/image/ |
| D | Kconfig | 26 Please report failures and successes.
|
| /Linux-v5.15/Documentation/admin-guide/device-mapper/ |
| D | dm-queue-length.rst | 23 <fail-count>: The number of path failures.
|
| D | dm-dust.rst | 5 locations, and the ability to enable the emulation of the failures 108 Enabling block read failures 114 kernel: device-mapper: dust: enabling read failures on bad sectors
|
| /Linux-v5.15/Documentation/power/ |
| D | basic-pm-debugging.rst | 191 That test can be used to check if failures to resume from hibernation are 194 unreliable, the platform firmware may be responsible for the failures. 199 kernel address space randomization, it also can be used to check if failures 258 failures:
|
| /Linux-v5.15/fs/xfs/ |
| D | Kconfig | 164 Say Y here to cause DEBUG mode ASSERT failures to result in fatal 165 errors that BUG() the kernel by default. If you say N, ASSERT failures
|
| /Linux-v5.15/Documentation/filesystems/ |
| D | ceph.rst | 16 * Fast recovery from node failures 39 and can tolerate arbitrary (well, non-Byzantine) node failures. The
|