Home
last modified time | relevance | path

Searched refs:SCX_FAIL (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/sched_ext/
H A Dnohz_tick.c173 SCX_FAIL("Failed to get affinity (%d)", errno); in setup()
195 SCX_FAIL("Failed to open skeleton"); in setup()
205 SCX_FAIL("Failed to load skeleton"); in setup()
211 SCX_FAIL("Failed to move controller off CPU %d (%d)", cpu, errno); in setup()
H A Dscx_test.h88 #define SCX_FAIL(__fmt, ...) \ macro
97 SCX_FAIL(__fmt, ##__VA_ARGS__); \