Home
last modified time | relevance | path

Searched refs:fail (Results 1 – 9 of 9) sorted by relevance

/lib/
Dtest_string.c24 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 …]
Dtest_meminit.c170 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 …]
Dtest_strscpy.c63 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()
Dtest_scanf.c47 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) \
Dfault-inject.c112 goto fail; in should_fail()
145 fail: in should_fail()
Dbch.c1340 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()
Drhashtable.c457 goto fail; in rhashtable_insert_rehash()
463 goto fail; in rhashtable_insert_rehash()
475 fail: in rhashtable_insert_rehash()
DKconfig.debug429 If you say N here, the build process will fail if there are any
756 if slab allocations fail.
/lib/reed_solomon/
Dtest_rslib.c489 int i, fail = 0; in test_rslib_init() local
498 fail |= retval; in test_rslib_init()
501 if (fail) in test_rslib_init()