Searched refs:EXPR (Results 1 – 1 of 1) sorted by relevance
162 #define SNIC_BUG_ON(EXPR) \ argument164 if (EXPR) { \165 SNIC_ERR("SNIC BUG(%s)\n", #EXPR); \166 BUG_ON(EXPR); \170 #define SNIC_BUG_ON(EXPR) \ argument172 if (EXPR) { \174 #EXPR, __func__, __LINE__); \175 WARN_ON_ONCE(EXPR); \181 #define SNIC_ASSERT_NOT_IMPL(EXPR) \ argument183 if (EXPR) {\[all …]
Completed in 4 milliseconds