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

/linux-master/include/linux/
H A Dfprobe.h17 * @nr_maxactive: The max number of active functions.
35 int nr_maxactive; member in struct:fprobe
/linux-master/kernel/trace/
H A Dfprobe.c198 if (fp->nr_maxactive)
199 num = fp->nr_maxactive;
H A Dtrace_fprobe.c408 tf->fp.nr_maxactive = maxactive;
1190 if (trace_fprobe_is_return(tf) && tf->fp.nr_maxactive)
1191 seq_printf(m, "%d", tf->fp.nr_maxactive);
/linux-master/lib/
H A Dtest_fprobe.c194 /* Test nr_maxactive */
201 .nr_maxactive = 1,

Completed in 132 milliseconds