Home
last modified time | relevance | path

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

/linux/lib/
H A Dtest_bpf.c15257 static struct tail_call_test tail_call_tests[] = { variable
15399 for (i = 0; i < ARRAY_SIZE(tail_call_tests); i++) in destroy_tail_call_tests()
15407 int ntests = ARRAY_SIZE(tail_call_tests); in prepare_tail_call_tests()
15418 struct tail_call_test *test = &tail_call_tests[which]; in prepare_tail_call_tests()
15528 for (i = 0; i < ARRAY_SIZE(tail_call_tests); i++) { in test_tail_calls()
15529 struct tail_call_test *test = &tail_call_tests[i]; in test_tail_calls()
15586 for (i = 0; i < ARRAY_SIZE(tail_call_tests); i++) { in find_test_index()
15587 if (!strcmp(tail_call_tests[i].descr, test_name)) in find_test_index()
15609 valid_range = ARRAY_SIZE(tail_call_tests); in prepare_test_range()