Searched refs:nr_maxactive (Results 1 – 4 of 4) sorted by relevance
45 int nr_maxactive; member
198 if (fp->nr_maxactive) in fprobe_init_rethook()199 num = fp->nr_maxactive; in fprobe_init_rethook()
411 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()
201 .nr_maxactive = 1, in test_fprobe_nest()