Searched refs:fail (Results 1 – 9 of 9) sorted by relevance
/lib/ |
D | test_string.c | 24 goto fail; in memset16_selftest() 27 goto fail; in memset16_selftest() 30 goto fail; in memset16_selftest() 36 fail: in memset16_selftest() 60 goto fail; in memset32_selftest() 63 goto fail; in memset32_selftest() 66 goto fail; in memset32_selftest() 72 fail: in memset32_selftest() 96 goto fail; in memset64_selftest() 99 goto fail; in memset64_selftest() [all …]
|
D | test_meminit.c | 170 bool fail = false; in check_buf() local 178 fail = 1; in check_buf() 181 fail = !want_rcu; in check_buf() 183 return fail; in check_buf() 201 bool fail = false; in do_kmem_cache_size() local 215 fail = true; in do_kmem_cache_size() 219 fail |= check_buf(bulk_array[i], size, want_ctor, want_rcu, want_zero); in do_kmem_cache_size() 226 fail |= check_buf(buf, size, want_ctor, want_rcu, want_zero); in do_kmem_cache_size() 253 fail |= check_buf(buf, size, want_ctor, want_rcu, in do_kmem_cache_size() 256 fail |= (bool)memcmp(buf, buf_copy, size); in do_kmem_cache_size() [all …]
|
D | test_strscpy.c | 63 goto fail; in tc() 69 goto fail; in tc() 73 goto fail; in tc() 80 goto fail; in tc() 87 goto fail; in tc() 95 goto fail; in tc() 104 goto fail; in tc() 109 fail: in tc()
|
D | test_scanf.c | 47 goto fail; in _test() 52 goto fail; in _test() 58 fail: in _test() 687 bool fail = false; \ 694 fail = true; \ 698 fail = true; \ 704 if (fail) \
|
D | fault-inject.c | 112 goto fail; in should_fail() 145 fail: in should_fail()
|
D | bch.c | 1340 goto fail; in bch_init() 1349 goto fail; in bch_init() 1356 goto fail; in bch_init() 1361 goto fail; in bch_init() 1369 goto fail; in bch_init() 1391 goto fail; in bch_init() 1395 goto fail; in bch_init() 1400 goto fail; in bch_init() 1407 goto fail; in bch_init() 1411 fail: in bch_init()
|
D | rhashtable.c | 457 goto fail; in rhashtable_insert_rehash() 463 goto fail; in rhashtable_insert_rehash() 475 fail: in rhashtable_insert_rehash()
|
D | Kconfig.debug | 429 If you say N here, the build process will fail if there are any 756 if slab allocations fail.
|
/lib/reed_solomon/ |
D | test_rslib.c | 489 int i, fail = 0; in test_rslib_init() local 498 fail |= retval; in test_rslib_init() 501 if (fail) in test_rslib_init()
|