Searched refs:_CHECK (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/tools/testing/selftests/bpf/ |
D | test_progs.h | 190 #define _CHECK(condition, tag, duration, format...) ({ \ macro 217 _CHECK(condition, tag, duration, format) 219 _CHECK(condition, tag, tattr.duration, format)
|
/linux-6.12.1/tools/testing/selftests/kvm/aarch64/ |
D | page_fault_test.c | 757 #define _CHECK(_test) _CHECK_##_test macro 782 .guest_test_check = { _CHECK(_with_af) }, \ 794 .guest_test_check = { _CHECK(_with_af) }, \ 808 .guest_test_check = { _CHECK(_with_af), _test_check, _pt_check }, \ 822 .guest_test_check = { _CHECK(_with_af), _test_check, _pt_check }, \
|
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | flow_dissector.c | 17 _CHECK(memcmp(&got, &expected, sizeof(got)) != 0, \
|
D | btf.c | 35 #define CHECK(condition, format...) _CHECK(condition, "check", duration, format)
|