Home
last modified time | relevance | path

Searched defs:_x (Results 1 – 4 of 4) sorted by relevance

/tools/testing/selftests/sched_ext/
A Dscx_test.h100 #define SCX_GT(_x, _y) SCX_FAIL_IF((_x) <= (_y), "Expected %s > %s (%lu > %lu)", \ argument
102 #define SCX_GE(_x, _y) SCX_FAIL_IF((_x) < (_y), "Expected %s >= %s (%lu >= %lu)", \ argument
104 #define SCX_LT(_x, _y) SCX_FAIL_IF((_x) >= (_y), "Expected %s < %s (%lu < %lu)", \ argument
106 #define SCX_LE(_x, _y) SCX_FAIL_IF((_x) > (_y), "Expected %s <= %s (%lu <= %lu)", \ argument
108 #define SCX_EQ(_x, _y) SCX_FAIL_IF((_x) != (_y), "Expected %s == %s (%lu == %lu)", \ argument
110 #define SCX_ASSERT(_x) SCX_FAIL_IF(!(_x), "Expected %s to be true (%lu)", \ argument
/tools/testing/selftests/riscv/hwprobe/
A Dhwprobe.h8 # define le32_bswap(_x) \ argument
14 # define le32_bswap(_x) (_x) argument
/tools/testing/selftests/sparc64/drivers/
A Dadi-test.c68 #define RDTICK(_x) \ argument
/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c1221 #define FILTER_ALLOC(_x) \ in FIXTURE_SETUP() argument
1236 #define FILTER_FREE(_x) if (self->_x.filter) free(self->_x.filter) in FIXTURE_TEARDOWN() argument

Completed in 56 milliseconds