/lib/ |
D | test_stackinit.c | 241 #define DEFINE_SCALAR_TEST(name, init) \ argument 242 DEFINE_TEST(name ## _ ## init, name, SCALAR, init) 244 #define DEFINE_SCALAR_TESTS(init) \ argument 245 DEFINE_SCALAR_TEST(u8, init); \ 246 DEFINE_SCALAR_TEST(u16, init); \ 247 DEFINE_SCALAR_TEST(u32, init); \ 248 DEFINE_SCALAR_TEST(u64, init); \ 249 DEFINE_TEST(char_array_ ## init, unsigned char, STRING, init) 251 #define DEFINE_STRUCT_TEST(name, init) \ argument 252 DEFINE_TEST(name ## _ ## init, \ [all …]
|
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); \
|
D | interval_tree_test.c | 9 #define __param(type, name, init, msg) \ argument 10 static type name = init; \ 41 static void init(void) in init() function 82 init(); in interval_tree_test_init()
|
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()
|
D | rbtree_test.c | 9 #define __param(type, name, init, msg) \ argument 10 static type name = init; \ 149 static void init(void) in init() function 255 init(); in rbtree_test_init() 334 init(); in rbtree_test_init() 348 init(); in rbtree_test_init() 381 init(); in rbtree_test_init()
|
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()
|
D | test_vmalloc.c | 19 #define __param(type, name, init, msg) \ argument 20 static type name = init; \
|
D | ts_kmp.c | 133 .init = kmp_init,
|
D | ts_bm.c | 183 .init = bm_init,
|
D | Kconfig | 19 Benchmark all available RAID6 PQ functions on init and choose the 143 tristate "CRC32 perform self test on init" 258 bool "PRNG perform self test on init" 503 tristate "glob self-test on init"
|
D | ts_fsm.c | 317 .init = fsm_init,
|
D | kobject_uevent.c | 803 .init = uevent_net_init,
|
D | Kconfig.debug | 334 __init,, etc. (see the full list in include/linux/init.h), 340 When inlining a function annotated with __init in a non-init
|
/lib/reed_solomon/ |
D | test_rslib.c | 27 #define __param(type, name, init, msg) \ argument 28 static type name = init; \
|