Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/trace/
Dtrace_events.c289 int parens = 0; in test_event_printk() local
390 parens++; in test_event_printk()
395 parens--; in test_event_printk()
396 if (WARN_ONCE(parens < 0, in test_event_printk()
404 if (in_quote || parens) in test_event_printk()
Dtrace_events_filter.c1978 static int calc_stack(const char *str, int *parens, int *preds, int *err) in calc_stack() argument
2070 *parens = max_open; in calc_stack()
/linux-6.12.1/kernel/bpf/
Dbtf.c959 const char *name = NULL, *prefix = "", *parens = ""; in btf_show_name() local
1031 parens = "["; in btf_show_name()
1067 parens = "{"; in btf_show_name()
1079 parens = ""; in btf_show_name()
1090 parens); in btf_show_name()
1105 array_suffix, parens); in btf_show_name()
/linux-6.12.1/Documentation/scsi/
DChangeLog.lpfc1092 * Put a space between all ifs and their open parens '('.