Home
last modified time | relevance | path

Searched refs:_y (Results 1 – 2 of 2) 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
101 #_x, #_y, (u64)(_x), (u64)(_y))
102 #define SCX_GE(_x, _y) SCX_FAIL_IF((_x) < (_y), "Expected %s >= %s (%lu >= %lu)", \ argument
103 #_x, #_y, (u64)(_x), (u64)(_y))
104 #define SCX_LT(_x, _y) SCX_FAIL_IF((_x) >= (_y), "Expected %s < %s (%lu < %lu)", \ argument
105 #_x, #_y, (u64)(_x), (u64)(_y))
106 #define SCX_LE(_x, _y) SCX_FAIL_IF((_x) > (_y), "Expected %s <= %s (%lu <= %lu)", \ argument
107 #_x, #_y, (u64)(_x), (u64)(_y))
108 #define SCX_EQ(_x, _y) SCX_FAIL_IF((_x) != (_y), "Expected %s == %s (%lu == %lu)", \ argument
109 #_x, #_y, (u64)(_x), (u64)(_y))
/tools/testing/selftests/bpf/progs/
A Dtest_rdonly_maps.c16 char _y; member

Completed in 4 milliseconds