Lines Matching refs:EXPR
176 #define SNIC_BUG_ON(EXPR) \178 if (EXPR) { \179 SNIC_ERR("SNIC BUG(%s)\n", #EXPR); \180 BUG_ON(EXPR); \184 #define SNIC_BUG_ON(EXPR) \186 if (EXPR) { \188 #EXPR, __func__, __LINE__); \189 WARN_ON_ONCE(EXPR); \195 #define SNIC_ASSERT_NOT_IMPL(EXPR) \197 if (EXPR) {\200 WARN_ON_ONCE(EXPR); \