Searched refs:testcase_list (Results 1 – 12 of 12) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/bind/ |
D | bind05.c | 38 static struct test_case testcase_list[] = { variable 105 if (request < ARRAY_SIZE(testcase_list)) in peer_thread() 106 response = testcase_list[request].description; in peer_thread() 121 struct test_case tc_copy, *tc = testcase_list + n; in test_bind() 158 rand_index = rand() % ARRAY_SIZE(testcase_list); in test_bind() 164 exp_data = testcase_list[rand_index].description; in test_bind() 182 .tcnt = ARRAY_SIZE(testcase_list),
|
D | bind04.c | 34 static struct test_case testcase_list[] = { variable 95 if (request < ARRAY_SIZE(testcase_list)) in peer_thread() 96 response = testcase_list[request].description; in peer_thread() 107 struct test_case tc_copy, *tc = testcase_list + n; in test_bind() 141 rand_index = rand() % ARRAY_SIZE(testcase_list); in test_bind() 146 exp_data = testcase_list[rand_index].description; in test_bind() 165 .tcnt = ARRAY_SIZE(testcase_list),
|
/third_party/ltp/testcases/kernel/syscalls/fsync/ |
D | fsync03.c | 30 } testcase_list[] = { variable 61 const struct test_case *tc = testcase_list + n; in test_fsync() 85 .tcnt = ARRAY_SIZE(testcase_list),
|
/third_party/ltp/testcases/kernel/syscalls/epoll_pwait/ |
D | epoll_pwait01.c | 52 static void (*testcase_list[])(void) = {verify_sigmask, verify_nonsigmask}; variable 70 testcase_list[n](); in run() 126 .tcnt = ARRAY_SIZE(testcase_list),
|
/third_party/ltp/testcases/kernel/syscalls/setsockopt/ |
D | setsockopt01.c | 34 } testcase_list[] = { variable 63 struct test_case *tc = testcase_list + n; in run() 106 .tcnt = ARRAY_SIZE(testcase_list),
|
/third_party/ltp/utils/sctp/func_tests/ |
D | test_1_to_1_initmsg_connect.c | 35 } testcase_list[] = { variable 48 const struct test_case *tc = testcase_list + n; in test_sctp() 112 .tcnt = ARRAY_SIZE(testcase_list),
|
/third_party/ltp/testcases/kernel/syscalls/readv/ |
D | readv01.c | 34 } testcase_list[] = { variable 47 const struct testcase *tc = testcase_list + n; in test_readv() 111 .tcnt = ARRAY_SIZE(testcase_list),
|
/third_party/ltp/testcases/kernel/syscalls/chdir/ |
D | chdir01.c | 37 } testcase_list[] = { variable 110 struct test_case *tc = testcase_list + n; in run() 151 .tcnt = ARRAY_SIZE(testcase_list),
|
/third_party/ltp/testcases/kernel/syscalls/send/ |
D | send02.c | 62 } testcase_list[] = { variable 128 struct test_case *tc = testcase_list + n; in run() 184 .tcnt = ARRAY_SIZE(testcase_list),
|
/third_party/ltp/testcases/kernel/syscalls/sendto/ |
D | sendto03.c | 185 static int (*testcase_list[])(void) = {check_tiny_frame, check_vnet_hdr}; variable 189 if (!testcase_list[n]()) in run() 211 .tcnt = ARRAY_SIZE(testcase_list),
|
/third_party/ltp/testcases/kernel/syscalls/epoll_wait/ |
D | epoll_wait01.c | 230 static void (*testcase_list[])(void) = { variable 236 testcase_list[n](); in do_test() 243 .tcnt = ARRAY_SIZE(testcase_list),
|
/third_party/ltp/testcases/kernel/syscalls/fallocate/ |
D | fallocate06.c | 53 } testcase_list[] = { variable 174 const struct test_case *tc = testcase_list + n; in run() 261 .tcnt = ARRAY_SIZE(testcase_list),
|