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

/osnet-11/usr/src/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
955 * handles than dph_lrulim permits, attempt to find the
962 if (dph->dph_lrucnt >= dph->dph_lrulim) {
1001 (!dpr->dpr_cacheable || dph->dph_lrucnt > dph->dph_lrulim))
1046 dtp->dt_procs->dph_lrulim = _dtrace_pidlrulim;
H A Ddt_options.c365 dtp->dt_procs->dph_lrulim = n;

Completed in 26 milliseconds