Searched refs:EXPR (Results 1 – 1 of 1) sorted by relevance
174 #define SNIC_BUG_ON(EXPR) \ argument176 if (EXPR) { \177 SNIC_ERR("SNIC BUG(%s)\n", #EXPR); \178 BUG_ON(EXPR); \182 #define SNIC_BUG_ON(EXPR) \ argument184 if (EXPR) { \186 #EXPR, __func__, __LINE__); \187 WARN_ON_ONCE(EXPR); \193 #define SNIC_ASSERT_NOT_IMPL(EXPR) \ argument195 if (EXPR) {\[all …]