Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dtest_bpf.c14904 static struct tail_call_test tail_call_tests[] = { variable
15038 for (i = 0; i < ARRAY_SIZE(tail_call_tests); i++) in destroy_tail_call_tests()
15046 int ntests = ARRAY_SIZE(tail_call_tests); in prepare_tail_call_tests()
15057 struct tail_call_test *test = &tail_call_tests[which]; in prepare_tail_call_tests()
15166 for (i = 0; i < ARRAY_SIZE(tail_call_tests); i++) { in test_tail_calls()
15167 struct tail_call_test *test = &tail_call_tests[i]; in test_tail_calls()
15224 for (i = 0; i < ARRAY_SIZE(tail_call_tests); i++) { in find_test_index()
15225 if (!strcmp(tail_call_tests[i].descr, test_name)) in find_test_index()
15247 valid_range = ARRAY_SIZE(tail_call_tests); in prepare_test_range()