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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_proc.h114 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
779 assert(dph->dph_lrucnt != 0);
780 dph->dph_lrucnt--;
926 dph->dph_lrucnt--;
966 if (dph->dph_lrucnt >= dph->dph_lrulim) {
979 dph->dph_lrucnt++;
1005 (!dpr->dpr_cacheable || dph->dph_lrucnt > dph->dph_lrulim))

Completed in 33 milliseconds