Home
last modified time | relevance | path

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

/Linux-v6.1/lib/
Dtest_bpf.c14913 static struct tail_call_test tail_call_tests[] = { variable
15047 for (i = 0; i < ARRAY_SIZE(tail_call_tests); i++) in destroy_tail_call_tests()
15055 int ntests = ARRAY_SIZE(tail_call_tests); in prepare_tail_call_tests()
15067 struct tail_call_test *test = &tail_call_tests[which]; in prepare_tail_call_tests()
15176 for (i = 0; i < ARRAY_SIZE(tail_call_tests); i++) { in test_tail_calls()
15177 struct tail_call_test *test = &tail_call_tests[i]; in test_tail_calls()
15234 for (i = 0; i < ARRAY_SIZE(tail_call_tests); i++) { in find_test_index()
15235 if (!strcmp(tail_call_tests[i].descr, test_name)) in find_test_index()
15257 valid_range = ARRAY_SIZE(tail_call_tests); in prepare_test_range()