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

/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.h96 uint_t dph_lrucnt; /* count of cached process handles */ member in struct:dt_proc_hash
H A Ddt_proc.c68 * The dph_lrucnt and dph_lrulim count the number of cacheable processes and
863 assert(dph->dph_lrucnt != 0);
864 dph->dph_lrucnt--;
1033 dph->dph_lrucnt--;
1077 if (dph->dph_lrucnt >= dph->dph_lrulim) {
1090 dph->dph_lrucnt++;
1116 (!dpr->dpr_cacheable || dph->dph_lrucnt > dph->dph_lrulim))

Completed in 52 milliseconds