Searched refs:nr_maxactive (Results 1 – 4 of 4) sorted by relevance
35 int nr_maxactive; member
201 if (fp->nr_maxactive) in fprobe_init_rethook()202 size = fp->nr_maxactive; in fprobe_init_rethook()
408 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()
201 .nr_maxactive = 1, in test_fprobe_nest()