Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_progs.h186 #define _CHECK(condition, tag, duration, format...) ({ \ macro
213 _CHECK(condition, tag, duration, format)
215 _CHECK(condition, tag, tattr.duration, format)
/openbmc/linux/tools/testing/selftests/kvm/aarch64/
H A Dpage_fault_test.c758 #define _CHECK(_test) _CHECK_##_test macro
783 .guest_test_check = { _CHECK(_with_af) }, \
795 .guest_test_check = { _CHECK(_with_af) }, \
809 .guest_test_check = { _CHECK(_with_af), _test_check, _pt_check }, \
823 .guest_test_check = { _CHECK(_with_af), _test_check, _pt_check }, \
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector.c18 _CHECK(memcmp(&got, &expected, sizeof(got)) != 0, \
H A Dbtf.c35 #define CHECK(condition, format...) _CHECK(condition, "check", duration, format)