Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/
Dtest_progs.c992 static int current_test_idx; variable
1180 if (current_test_idx >= prog_test_cnt) { in dispatch_thread()
1185 test = &prog_test_defs[current_test_idx]; in dispatch_thread()
1186 test_to_run = current_test_idx; in dispatch_thread()
1187 current_test_idx++; in dispatch_thread()