Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/trace/
Dtrace_events.c263 int parens = 0; in test_event_printk() local
364 parens++; in test_event_printk()
369 parens--; in test_event_printk()
370 if (WARN_ONCE(parens < 0, in test_event_printk()
378 if (in_quote || parens) in test_event_printk()
Dtrace_events_filter.c1408 static int calc_stack(const char *str, int *parens, int *preds, int *err) in calc_stack() argument
1500 *parens = max_open; in calc_stack()
/Linux-v5.15/kernel/bpf/
Dbtf.c816 const char *name = NULL, *prefix = "", *parens = ""; in btf_show_name() local
888 parens = "["; in btf_show_name()
924 parens = "{"; in btf_show_name()
935 parens = ""; in btf_show_name()
946 parens); in btf_show_name()
961 array_suffix, parens); in btf_show_name()
/Linux-v5.15/Documentation/scsi/
DChangeLog.lpfc1092 * Put a space between all ifs and their open parens '('.