Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/progs/
Datomic_bounds.c8 bool skip_tests __attribute((__section__(".data"))) = false;
10 bool skip_tests = true; variable
Datomics.c8 bool skip_tests __attribute((__section__(".data"))) = false;
10 bool skip_tests = true; variable
/tools/testing/selftests/bpf/prog_tests/
Datomics.c222 if (skel->data->skip_tests) { in test_atomics()