Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/
Dtesting_helpers.c106 char **tmp_subtests = NULL; in parse_test_list() local
111 tmp_subtests = realloc(tests[cnt].subtests, in parse_test_list()
112 sizeof(*tmp_subtests) * in parse_test_list()
114 if (!tmp_subtests) in parse_test_list()
116 tests[cnt].subtests = tmp_subtests; in parse_test_list()