Home
last modified time | relevance | path

Searched refs:parens (Results 1 – 5 of 5) sorted by relevance

/linux/rust/syn/
H A Dgroup.rs151 $crate::__private::Ok(parens) => {
152 $content = parens.content;
153 parens.token
/linux/kernel/trace/
H A Dtrace_events.c429 int parens = 0; in test_event_printk() local
545 parens++; in test_event_printk()
550 parens--; in test_event_printk()
551 if (WARN_ONCE(parens < 0, in test_event_printk()
559 if (in_quote || parens) in test_event_printk()
H A Dtrace_events_filter.c2107 static int calc_stack(const char *str, int *parens, int *preds, int *err) in calc_stack() argument
2199 *parens = max_open; in calc_stack()
/linux/kernel/bpf/
H A Dbtf.c1084 const char *name = NULL, *prefix = "", *parens = ""; in btf_show_name() local
1156 parens = "["; in btf_show_name()
1192 parens = "{"; in btf_show_name()
1204 parens = ""; in btf_show_name()
1215 parens); in btf_show_name()
1230 array_suffix, parens); in btf_show_name()
/linux/Documentation/scsi/
H A DChangeLog.lpfc1092 * Put a space between all ifs and their open parens '('.