Searched refs:_CHECK (Results 1 – 3 of 3) sorted by relevance
| /tools/testing/selftests/bpf/ |
| A D | test_progs.h | 197 #define _CHECK(condition, tag, duration, format...) ({ \ macro 224 _CHECK(condition, tag, duration, format) 226 _CHECK(condition, tag, tattr.duration, format)
|
| /tools/testing/selftests/kvm/arm64/ |
| A 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 }, \
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | btf.c | 35 #define CHECK(condition, format...) _CHECK(condition, "check", duration, format)
|
Completed in 16 milliseconds