Home
last modified time | relevance | path

Searched full:failures (Results 1 – 25 of 1308) sorted by relevance

12345678910>>...53

/kernel/linux/linux-5.10/lib/
Dtest_meminit.c20 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()
351 int failures = 0, num_tests = 0; in test_kmemcache() local
[all …]
Dtest_stackinit.c336 unsigned int failures = 0; in test_stackinit_init() local
339 failures += test_u8_ ## init (); \ in test_stackinit_init()
340 failures += test_u16_ ## init (); \ in test_stackinit_init()
341 failures += test_u32_ ## init (); \ in test_stackinit_init()
342 failures += test_u64_ ## init (); \ in test_stackinit_init()
343 failures += test_char_array_ ## init (); \ in test_stackinit_init()
347 failures += test_small_hole_ ## init (); \ in test_stackinit_init()
348 failures += test_big_hole_ ## init (); \ in test_stackinit_init()
349 failures += test_trailing_hole_ ## init (); \ in test_stackinit_init()
350 failures += test_packed_ ## init (); \ in test_stackinit_init()
[all …]
/kernel/linux/linux-6.6/lib/
Dtest_meminit.c20 if (failures) \
22 __func__, failures, num_tests); \
93 int failures = 0, num_tests = 0; in test_pages() local
97 num_tests += do_alloc_pages_order(i, &failures); in test_pages()
100 *total_failures += failures; in test_pages()
155 int failures = 0, num_tests = 0; in test_kvmalloc() local
160 num_tests += do_kmalloc_size(size, &failures); in test_kvmalloc()
161 num_tests += do_vmalloc_size(size, &failures); in test_kvmalloc()
165 *total_failures += failures; in test_kvmalloc()
380 int failures = 0, num_tests = 0; in test_kmemcache() local
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
Dtsc_scaling_sync.c46 unsigned long failures = 0; in run_vcpu() local
75 failures++; in run_vcpu()
83 return (void *)failures; in run_vcpu()
99 unsigned long failures = 0; in main() local
103 failures += (unsigned long)this_cpu_failures; in main()
106 TEST_ASSERT(!failures, "TSC sync failed"); in main()
/kernel/linux/linux-6.6/drivers/scsi/snic/
Dsnic_stats.h17 atomic64_t fail; /* IO Failures */
19 atomic64_t alloc_fail; /* Alloc Failures */
36 atomic64_t dev_reset_fail; /* Device Reset Failures */
42 atomic64_t hba_reset_fail; /* hba/firmware failures */
45 atomic64_t snic_reset_fail; /* snic reset failures */
/kernel/linux/linux-5.10/Documentation/fault-injection/
Dfault-injection.rst13 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(), ...)
73 specifies the interval between failures, for calls to
81 specifies how many times failures may happen at most. A value of -1
104 Any positive value limits failures to only processes indicated by
129 default is 'N', setting it to 'Y' won't inject failures into
137 default is 'N', setting it to 'Y' will inject failures
143 failures.
243 - add a hook to insert failures
[all …]
/kernel/linux/linux-6.6/Documentation/mm/
Dhwpoison.rst29 users, because memory failures could happen anytime and anywhere,
51 memory failures too. The expectation is that most applications
60 All memory failures cause a panic. Do not attempt recovery.
121 injected failures, not for real memory failures. Once any hardware
128 Only handle memory failures to pages associated with the file
/kernel/linux/linux-5.10/Documentation/vm/
Dhwpoison.rst31 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
/kernel/linux/linux-6.6/kernel/module/
Dstats.c29 * loading failures to enable improvements either for kernel module auto-loading
31 * provided to track all possible failures in the finit_module() path and memory
57 * failures.
114 * failures:
120 * * invalid_kread_bytes: bytes allocated and then freed on failures which
131 * failures can happen if we had a check in between a successful kernel_read_file_from_fd()
144 * to begin to process prior requests. Although duplicate failures can be
151 * failures. These failures can occur because:
164 * freed due to failures after we did all the sanity checks of the module
185 * private space for our module using layout_and_allocate(). These failures
[all …]
/kernel/linux/linux-5.10/drivers/scsi/snic/
Dsnic_stats.h31 atomic64_t fail; /* IO Failures */
33 atomic64_t alloc_fail; /* Alloc Failures */
50 atomic64_t dev_reset_fail; /* Device Reset Failures */
56 atomic64_t hba_reset_fail; /* hba/firmware failures */
59 atomic64_t snic_reset_fail; /* snic reset failures */
/kernel/linux/linux-6.6/Documentation/fault-injection/
Dfault-injection.rst13 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.
85 specifies the interval between failures, for calls to
93 specifies how many times failures may happen at most. A value of -1
116 Any positive value limits failures to only processes indicated by
141 default is 'Y', setting it to 'N' will also inject failures into
149 default is 'Y', setting it to 'N' will also inject failures
155 failures.
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
DREADME.rst7 Additional information about selftest failures are
10 profiler[23] test failures with clang/llvm <12.0.0
48 bpf_iter test failures with clang/llvm 10.0.0
94 old to support them, they shouldn't cause build failures or runtime test
95 failures:
/kernel/linux/linux-5.10/tools/testing/fault-injection/
Dfailcmd.sh5 # failcmd.sh - run a command with injecting slab/page allocation failures
12 # Run command with injecting slab/page allocation failures by fault
31 specifies how many times failures may happen at most.
59 inject slab allocation failures
61 inject page allocation failures
/kernel/linux/linux-6.6/tools/testing/fault-injection/
Dfailcmd.sh5 # failcmd.sh - run a command with injecting slab/page allocation failures
12 # Run command with injecting slab/page allocation failures by fault
31 specifies how many times failures may happen at most.
59 inject slab allocation failures
61 inject page allocation failures
/kernel/linux/linux-6.6/include/linux/
Dhte.h122 * non-zero for failures.
124 * non-zero for failures.
126 * non-zero for failures.
128 * non-zero for failures.
155 * physical ids, return 0 for the success and negative for the failures.
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/
Dtorture.sh265 touch $T/failures
301 echo "$curflavor($retcode)" $resdir >> $T/failures
372 echo "allmodconfig($retcode)" $amcdir >> $T/failures
406 echo "rcutasksflavors($retcode)" $rtfdir >> $T/failures
455 …lockdep($retcode)" "tools/testing/selftests/rcutorture/res/$ds/results-srcu-lockdep" >> $T/failures
592 echo FAILURES: | tee -a $T/log
593 if test -s "$T/failures"
595 …awk < "$T/failures" -v sq="'" '{ print "echo " sq $0 sq; print "sed -e " sq "1,/^ --- .* Test summ…
596 nfailures="`wc -l "$T/failures" | awk '{ print $1 }'`"
610 echo Summary: Successes: $nsuccesses Failures: $nfailures. | tee -a $T/log
[all …]
/kernel/linux/linux-5.10/drivers/ide/
Dide-disk_proc.c108 ide_devset_rw_field(failures, failures);
118 IDE_PROC_DEVSET(failures, 0, 65535),
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
Dmremap_test.c368 static void run_mremap_test_case(struct test test_case, int *failures, in run_mremap_test_case() argument
381 *failures += 1; in run_mremap_test_case()
441 int failures = 0; in main() local
462 /* Expected mremap failures */ in main()
521 run_mremap_test_case(test_cases[i], &failures, threshold_mb, in main()
540 run_mremap_test_case(perf_test_cases[i], &failures, in main()
544 if (failures > 0) in main()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
DREADME.rst15 are propagated to patchwork, where failures are highlighted similar to
90 Additional information about selftest failures are
93 profiler[23] test failures with clang/llvm <12.0.0
132 bpf_iter test failures with clang/llvm 10.0.0
218 old to support them, they shouldn't cause build failures or runtime test
219 failures:
/kernel/linux/linux-6.6/drivers/md/
Ddm-raid1.c67 struct bio_list failures; member
645 if (!ms->failures.head) in write_callback()
647 bio_list_add(&ms->failures, bio); in write_callback()
771 bio_list_merge(&ms->failures, &sync); in do_writes()
784 bio_list_add(&ms->failures, bio); in do_writes()
794 static void do_failures(struct mirror_set *ms, struct bio_list *failures) in do_failures() argument
798 if (likely(!failures->head)) in do_failures()
812 * Some writes on the failures list may have been in do_failures()
818 while ((bio = bio_list_pop(failures))) { in do_failures()
863 struct bio_list reads, writes, failures; in do_mirror() local
[all …]
/kernel/linux/linux-5.10/drivers/md/
Ddm-raid1.c62 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()
805 * Some writes on the failures list may have been in do_failures()
811 while ((bio = bio_list_pop(failures))) { in do_failures()
854 struct bio_list reads, writes, failures; in do_mirror() local
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/net/
Drxtimestamp.c361 int failures = 0; in main() local
420 failures++; in main()
424 failures++; in main()
427 if (!failures) in main()
429 return failures; in main()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
Drxtimestamp.c361 int failures = 0; in main() local
420 failures++; in main()
424 failures++; in main()
427 if (!failures) in main()
429 return failures; in main()
/kernel/linux/linux-6.6/tools/perf/
Dcheck-headers.sh103 declare -a FAILURES
116 FAILURES+=(
189 if [ ${#FAILURES[@]} -gt 0 ]
192 for i in "${FAILURES[@]}"
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_globals.c39 .bug_on_assert = true, /* assert failures BUG() */
41 .bug_on_assert = false, /* assert failures WARN() */

12345678910>>...53