Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdtrace/common/
H A Ddt_proc.h95 uint_t dph_lrulim; /* limit on number of procs to hold */ member
H A Ddt_proc.c967 if (dph->dph_lrucnt >= dph->dph_lrulim) { in dt_proc_grab()
1006 (!dpr->dpr_cacheable || dph->dph_lrucnt > dph->dph_lrulim)) in dt_proc_release()
1060 dtp->dt_procs->dph_lrulim = _dtrace_pidlrulim; in dt_proc_init()
H A Ddt_options.c385 dtp->dt_procs->dph_lrulim = n; in dt_opt_pgmax()