Searched refs:tail_call_tests (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/
H A Dtest_bpf.c15257 static struct tail_call_test tail_call_tests[] = { variable in typeref:struct:tail_call_test
15391 for (i = 0; i < ARRAY_SIZE(tail_call_tests); i++)
15399 int ntests = ARRAY_SIZE(tail_call_tests);
15410 struct tail_call_test *test = &tail_call_tests[which];
15519 for (i = 0; i < ARRAY_SIZE(tail_call_tests); i++) {
15520 struct tail_call_test *test = &tail_call_tests[i];
15577 for (i = 0; i < ARRAY_SIZE(tail_call_tests); i++) {
15578 if (!strcmp(tail_call_tests[i].descr, test_name))
15600 valid_range = ARRAY_SIZE(tail_call_tests);

Completed in 141 milliseconds