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

/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.h93 uint_t dph_lrulim; /* limit on number of procs to hold */ member in struct:dt_proc_hash
H A Ddt_proc.c64 * The dph_lrucnt and dph_lrulim count the number of cacheable processes and
1061 * handles than dph_lrulim permits, attempt to find the
1068 if (dph->dph_lrucnt >= dph->dph_lrulim) {
1107 (!dpr->dpr_cacheable || dph->dph_lrucnt > dph->dph_lrulim))
1152 dtp->dt_procs->dph_lrulim = _dtrace_pidlrulim;
H A Ddt_options.c387 dtp->dt_procs->dph_lrulim = n;

Completed in 53 milliseconds