Searched refs:EXPR (Results 1 – 3 of 3) 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 …]
25 EXPR = r"(?:" + OPERATORS + r"|\s|" + SYMBOL + r")+" variable27 STMT = r"^\s*(?:if|select|imply|depends\s+on|(?:" + DEFAULT + r"))\s+" + EXPR35 REGEX_KCONFIG_EXPR = re.compile(EXPR)
153 ftrace.[instance.INSTANCE.]event.GROUP.EVENT.hist.[N.]var.VARIABLE = EXPR154 Define a new VARIABLE by EXPR expression.