| /OK3568_Linux_fs/kernel/lib/ |
| H A 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() 351 int failures = 0, num_tests = 0; in test_kmemcache() local [all …]
|
| H A D | test_stackinit.c | 336 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 …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/contrib/ |
| H A D | devtool-stress.py | 105 failures = 0 131 failures += 1 140 if failures: 151 failures = 0 194 failures += 1 203 if failures:
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | report-error.bbclass | 64 data['failures'] = [] 95 # server will refuse failures longer than param specified in project.settings.py 105 jsondata['failures'].append(taskdata) 113 failures = jsondata['failures'] 114 if(len(failures) > 0):
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | README.rst | 7 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:
|
| /OK3568_Linux_fs/kernel/Documentation/fault-injection/ |
| H A 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(), ...) 73 specifies the interval between failures, for calls to 81 specifies how many times failures may happen at most. 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. 241 - add a hook to insert failures [all …]
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/ide/ |
| H A D | ide-disk_proc.c | 108 ide_devset_rw_field(failures, failures); 118 IDE_PROC_DEVSET(failures, 0, 65535),
|
| H A D | ide-eh.c | 250 drive->failures++; in reset_pollfunc() 257 drive->failures = 0; in reset_pollfunc() 260 drive->failures++; in reset_pollfunc()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A 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()
|
| /OK3568_Linux_fs/u-boot/drivers/i2c/ |
| H A D | i2c-gpio.c | 210 int failures = 0; in i2c_gpio_write_data() local 221 failures++; in i2c_gpio_write_data() 226 return failures; in i2c_gpio_write_data() 234 return failures; in i2c_gpio_write_data()
|
| H A D | soft_i2c.c | 407 int shift, failures = 0; in soft_i2c_write() local 429 failures++; in soft_i2c_write() 433 return(failures); in soft_i2c_write()
|
| /OK3568_Linux_fs/kernel/Documentation/vm/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/tools/testing/fault-injection/ |
| H A D | failcmd.sh | 31 specifies how many times failures may happen at most. 59 inject slab allocation failures 61 inject page allocation failures
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/bin/ |
| H A D | kvm-check-branches.sh | 103 echo '!!! ' $nfail failures in $ntry 'runs!!!' 106 echo No failures in $ntry runs.
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/hashserv/ |
| H A D | tests.py | 156 def query_server(failures): argument 165 failures.append("taskhash mismatch: %s != %s" % (result, taskhash)) 176 failures = [] 177 threads = [threading.Thread(target=query_server, args=(failures,)) for t in range(100)] 185 self.assertFalse(failures)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | event.py | 445 def __init__(self, n, p, failures = 0): argument 449 self._failures = failures 480 def __init__(self, n, p, failures = 0): argument 482 BuildBase.__init__(self, n, p, failures) 486 def __init__(self, total, n, p, failures=0, interrupted=0): argument 487 if not failures: 492 BuildBase.__init__(self, n, p, failures)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/ |
| H A D | event.py | 569 failures = 123 570 event = bb.event.BuildBase(name, pkgs, failures) 573 self.assertEqual(event.getFailures(), failures) 578 self.assertEqual(event.getFailures(), failures) 598 failures = 123 599 event = bb.event.BuildStarted(name, pkgs, failures) 602 self.assertEqual(event.getFailures(), failures) 609 self.assertEqual(event.getFailures(), failures) 618 failures = 123 620 event = bb.event.BuildCompleted(total, name, pkgs, failures, [all …]
|
| /OK3568_Linux_fs/buildroot/package/duma/ |
| H A D | 0003-fix-C++14.patch | 4 ask me), thus causing build failures: 16 changed from C++11 to C++14, thus exposing these new failures.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rpm/files/ |
| H A D | 0016-rpmscript.c-change-logging-level-around-scriptlets-t.patch | 7 That way we can debug scriptlet failures without writing lots of 27 /* Assume failures will be caught by the write below */
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/i825xx/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-fs-incfs | 53 failures. 59 timing out or hash failures.
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/x86/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | incfs.rst | 65 Returns number of reads that failed because of hash verification failures. 69 hash failures.
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_flowring.h | 109 uint32 failures; /* enqueue failures due to queue overflow */ member 120 #define DHD_FLOW_QUEUE_FAILURES(queue) ((queue)->failures)
|