Home
last modified time | relevance | path

Searched refs:dph_lrulim (Results 1 – 3 of 3) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.h101 uint_t dph_lrulim; /* limit on number of procs to hold */ member
H A Ddt_proc.c842 if (dph->dph_lrucnt >= dph->dph_lrulim) { in dt_proc_grab()
881 (!dpr->dpr_cacheable || dph->dph_lrucnt > dph->dph_lrulim)) in dt_proc_release()
935 dtp->dt_procs->dph_lrulim = _dtrace_pidlrulim; in dt_proc_init()
H A Ddt_options.c421 dtp->dt_procs->dph_lrulim = n; in dt_opt_pgmax()