Home
last modified time | relevance | path

Searched refs:EXPR (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/snic/
H A Dsnic.h162 #define SNIC_BUG_ON(EXPR) \ argument
164 if (EXPR) { \
165 SNIC_ERR("SNIC BUG(%s)\n", #EXPR); \
166 BUG_ON(EXPR); \
170 #define SNIC_BUG_ON(EXPR) \ argument
172 if (EXPR) { \
174 #EXPR, __func__, __LINE__); \
175 WARN_ON_ONCE(EXPR); \
181 #define SNIC_ASSERT_NOT_IMPL(EXPR) \ argument
183 if (EXPR) {\
[all …]
/linux/scripts/
H A Dcheckkconfigsymbols.py25 EXPR = r"(?:" + OPERATORS + r"|\s|" + SYMBOL + r")+" variable
27 STMT = r"^\s*(?:if|select|imply|depends\s+on|(?:" + DEFAULT + r"))\s+" + EXPR
35 REGEX_KCONFIG_EXPR = re.compile(EXPR)
/linux/Documentation/trace/
H A Dboottime-trace.rst153 ftrace.[instance.INSTANCE.]event.GROUP.EVENT.hist.[N.]var.VARIABLE = EXPR
154 Define a new VARIABLE by EXPR expression.