Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
A Datomic_bounds.c8 bool skip_tests __attribute((__section__(".data"))) = false;
10 bool skip_tests = true; variable
A Dbtf_type_tag.c10 volatile const bool skip_tests = false; variable
14 volatile const bool skip_tests = true; variable
A Dtest_btf_decl_tag.c10 volatile const bool skip_tests __tag1 __tag2 = false;
14 volatile const bool skip_tests = true; variable
A Datomics.c8 bool skip_tests __attribute((__section__(".data"))) = false;
10 bool skip_tests = true; variable
A Darena_atomics.c22 bool skip_tests __attribute((__section__(".data"))) = false;
24 bool skip_tests = true; variable
/linux/tools/testing/selftests/bpf/prog_tests/
A Dbtf_tag.c23 if (skel->rodata->skip_tests) { in test_btf_decl_tag()
39 if (skel->rodata->skip_tests) { in test_btf_type_tag()
A Darena_atomics.c174 if (skel->data->skip_tests) { in test_arena_atomics()
A Datomics.c173 if (skel->data->skip_tests) { in test_atomics()

Completed in 12 milliseconds