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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_proc.h95 uint_t dph_lrulim; /* limit on number of procs to hold */ member in struct:dt_proc_hash
H A Ddt_proc.c68 * The dph_lrucnt and dph_lrulim count the number of cacheable processes and
960 * handles than dph_lrulim permits, attempt to find the
967 if (dph->dph_lrucnt >= dph->dph_lrulim) {
1006 (!dpr->dpr_cacheable || dph->dph_lrucnt > dph->dph_lrulim))
1060 dtp->dt_procs->dph_lrulim = _dtrace_pidlrulim;
H A Ddt_options.c385 dtp->dt_procs->dph_lrulim = n;

Completed in 321 milliseconds