Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfprobe.h45 int nr_maxactive; member
/linux/kernel/trace/
H A Dfprobe.c198 if (fp->nr_maxactive) in fprobe_init_rethook()
199 num = fp->nr_maxactive; in fprobe_init_rethook()
H A Dtrace_fprobe.c411 tf->fp.nr_maxactive = maxactive; in alloc_trace_fprobe()
1281 if (trace_fprobe_is_return(tf) && tf->fp.nr_maxactive) in trace_fprobe_show()
1282 seq_printf(m, "%d", tf->fp.nr_maxactive); in trace_fprobe_show()
/linux/lib/
H A Dtest_fprobe.c201 .nr_maxactive = 1, in test_fprobe_nest()