Searched defs:condition (Results 1 – 4 of 4) sorted by relevance
9 #define WARN(condition, format...) ({ \ argument16 #define WARN_ON(condition) ({ \ argument24 #define WARN_ON_ONCE(condition) ({ \ argument35 #define WARN_ONCE(condition, format...) ({ \ argument
38 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) argument
65 #define CHECK(condition, tag, format...) ({ \ argument
68 #define pkey_assert(condition) do { \ argument