Searched refs:_CHECK (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_progs.h | 186 #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 D | page_fault_test.c | 758 #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 D | flow_dissector.c | 18 _CHECK(memcmp(&got, &expected, sizeof(got)) != 0, \
|
H A D | btf.c | 35 #define CHECK(condition, format...) _CHECK(condition, "check", duration, format)
|