Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_progs.c1013 static int current_test_idx; variable
1200 if (current_test_idx >= prog_test_cnt) { in dispatch_thread()
1205 test = &prog_test_defs[current_test_idx]; in dispatch_thread()
1206 test_to_run = current_test_idx; in dispatch_thread()
1207 current_test_idx++; in dispatch_thread()