| /lib/tests/ |
| A D | stackinit_kunit.c | 387 init, xfail) 395 STRING, init, xfail) 398 DEFINE_TEST(name ## _ ## init, \ 403 DEFINE_TEST(name ## _ ## init, \ 517 #define KUNIT_test_scalars(init) \ argument 518 KUNIT_CASE(test_u8_ ## init), \ 519 KUNIT_CASE(test_u16_ ## init), \ 520 KUNIT_CASE(test_u32_ ## init), \ 521 KUNIT_CASE(test_u64_ ## init), \ 524 #define KUNIT_test_structs(init) \ argument [all …]
|
| A D | cpumask_kunit.c | 150 .init = test_cpumask_init,
|
| A D | test_fprobe.c | 225 .init = fprobe_test_init,
|
| A D | randstruct_kunit.c | 327 .init = randstruct_test_init,
|
| A D | slub_kunit.c | 323 .init = test_init,
|
| A D | test_kprobes.c | 397 .init = kprobes_test_init,
|
| A D | usercopy_kunit.c | 329 .init = usercopy_test_init,
|
| /lib/ |
| A D | atomic64_test.c | 72 #define TEST_ARGS(bit, op, init, ret, expect, args...) \ argument 74 atomic##bit##_set(&v, init); \ 79 #define XCHG_FAMILY_TEST(bit, init, new) \ argument 81 FAMILY_TEST(TEST_ARGS, bit, xchg, init, init, new, new); \ 84 #define CMPXCHG_FAMILY_TEST(bit, init, new, wrong) \ argument 87 init, init, new, init, new); \ 89 init, init, init, wrong, new); \
|
| A D | interval_tree_test.c | 11 #define __param(type, name, init, msg) \ argument 12 static type name = init; \ 44 static void init(void) in init() function 72 init(); in basic_check() 100 init(); in search_check() 155 init(); in intersection_range_check() 254 init(); in span_iteration_check()
|
| A D | test_static_keys.c | 71 bool ret, init; in verify_keys() local 75 init = keys[i].init_state; in verify_keys() 76 if (ret != (invert ? !init : init)) in verify_keys()
|
| A D | rbtree_test.c | 9 #define __param(type, name, init, msg) \ argument 10 static type name = init; \ 150 static void init(void) in init() function 251 init(); in basic_check() 330 init(); in basic_check() 352 init(); in augmented_check() 385 init(); in augmented_check()
|
| A D | bootconfig-data.S | 5 .section .init.rodata, "aw"
|
| A D | test_objpool.c | 314 struct ot_context * (*init)(struct ot_test *oc); member 317 {.init = ot_init_sync_m0, .fini = ot_fini_sync}, 356 sop = g_ot_sync_ops[test->mode].init(test); in ot_start_sync() 474 struct ot_context * (*init)(struct ot_test *oc); member 477 {.init = ot_init_async_m0, .fini = ot_fini_async}, 543 sop = g_ot_async_ops[test->mode].init(test); in ot_start_async()
|
| A D | textsearch.c | 148 if (ops->name == NULL || ops->find == NULL || ops->init == NULL || in textsearch_register() 289 conf = ops->init(pattern, len, gfp_mask, flags); in textsearch_prepare()
|
| A D | test_vmalloc.c | 21 #define __param(type, name, init, msg) \ argument 22 static type name = init; \
|
| A D | ts_kmp.c | 133 .init = kmp_init,
|
| A D | ts_bm.c | 202 .init = bm_init,
|
| A D | Kconfig | 19 Benchmark all available RAID6 PQ functions on init and choose the 160 bool "PRNG perform self test on init" 434 tristate "glob self-test on init"
|
| A D | ts_fsm.c | 317 .init = fsm_init,
|
| /lib/kunit/ |
| A D | resource.c | 20 kunit_resource_init_t init, in __kunit_add_resource() argument 31 if (init) { in __kunit_add_resource() 32 ret = init(res, data); in __kunit_add_resource()
|
| A D | kunit-example-test.c | 327 .init = example_test_init,
|
| A D | kunit-test.c | 111 .init = kunit_try_catch_test_init, 154 .init = kunit_try_catch_test_init, 579 .init = kunit_resource_test_init,
|
| A D | test.c | 426 if (suite->init) { in kunit_run_case_internal() 429 ret = suite->init(test); in kunit_run_case_internal()
|
| A D | string-stream-test.c | 535 .init = string_stream_test_init,
|
| /lib/reed_solomon/ |
| A D | test_rslib.c | 27 #define __param(type, name, init, msg) \ argument 28 static type name = init; \
|