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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_proc.h113 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
959 * handles than dph_lrulim permits, attempt to find the
966 if (dph->dph_lrucnt >= dph->dph_lrulim) {
1005 (!dpr->dpr_cacheable || dph->dph_lrucnt > dph->dph_lrulim))
1055 dtp->dt_procs->dph_lrulim = _dtrace_pidlrulim;
H A Ddt_options.c388 dtp->dt_procs->dph_lrulim = n;

Completed in 60 milliseconds