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.c15309 static struct tail_call_test tail_call_tests[] = { variable
15451 for (i = 0; i < ARRAY_SIZE(tail_call_tests); i++) in destroy_tail_call_tests()
15459 int ntests = ARRAY_SIZE(tail_call_tests); in prepare_tail_call_tests()
15470 struct tail_call_test *test = &tail_call_tests[which]; in prepare_tail_call_tests()
15580 for (i = 0; i < ARRAY_SIZE(tail_call_tests); i++) { in test_tail_calls()
15581 struct tail_call_test *test = &tail_call_tests[i]; in test_tail_calls()
15638 for (i = 0; i < ARRAY_SIZE(tail_call_tests); i++) { in find_test_index()
15639 if (!strcmp(tail_call_tests[i].descr, test_name)) in find_test_index()
15661 valid_range = ARRAY_SIZE(tail_call_tests); in prepare_test_range()