Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfprobe.h35 int nr_maxactive; member
/openbmc/linux/kernel/trace/
H A Dfprobe.c201 if (fp->nr_maxactive) in fprobe_init_rethook()
202 size = fp->nr_maxactive; in fprobe_init_rethook()
H A Dtrace_fprobe.c408 tf->fp.nr_maxactive = maxactive; in alloc_trace_fprobe()
1194 if (trace_fprobe_is_return(tf) && tf->fp.nr_maxactive) in trace_fprobe_show()
1195 seq_printf(m, "%d", tf->fp.nr_maxactive); in trace_fprobe_show()
/openbmc/linux/lib/
H A Dtest_fprobe.c201 .nr_maxactive = 1, in test_fprobe_nest()