Searched refs:dph_lrucnt (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_proc.h94 uint_t dph_lrucnt; /* count of cached process handles */ member in struct:dt_proc_hash
H A Ddt_proc.c64 * The dph_lrucnt and dph_lrulim count the number of cacheable processes and
775 assert(dph->dph_lrucnt != 0);
776 dph->dph_lrucnt--;
922 dph->dph_lrucnt--;
962 if (dph->dph_lrucnt >= dph->dph_lrulim) {
975 dph->dph_lrucnt++;
1001 (!dpr->dpr_cacheable || dph->dph_lrucnt > dph->dph_lrulim))

Completed in 24 milliseconds