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

/freebsd-10.3-release/cddl/contrib/opensolaris/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
858 assert(dph->dph_lrucnt != 0);
859 dph->dph_lrucnt--;
1024 dph->dph_lrucnt--;
1068 if (dph->dph_lrucnt >= dph->dph_lrulim) {
1081 dph->dph_lrucnt++;
1107 (!dpr->dpr_cacheable || dph->dph_lrucnt > dph->dph_lrulim))

Completed in 55 milliseconds