Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/progs/
H A Darena_atomics.c24 bool skip_all_tests __attribute((__section__(".data"))) = false;
26 bool skip_all_tests = true; variable
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Darena_atomics.c234 if (skel->data->skip_all_tests) { in test_arena_atomics()