Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/
A Dtest_progs.h197 #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 Dpage_fault_test.c757 #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 Dbtf.c35 #define CHECK(condition, format...) _CHECK(condition, "check", duration, format)

Completed in 16 milliseconds