Searched refs:__cond (Results 1 – 2 of 2) sorted by relevance
43 #define SCX_BUG_ON(__cond, __fmt, ...) \ argument45 if (__cond) \
94 #define SCX_FAIL_IF(__cond, __fmt, ...) \ argument96 if (__cond) \
Completed in 3 milliseconds