Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c658 assert(dph->dph_lrucnt != 0); in dt_proc_destroy()
659 dph->dph_lrucnt--; in dt_proc_destroy()
804 dph->dph_lrucnt--; in dt_proc_grab()
842 if (dph->dph_lrucnt >= dph->dph_lrulim) { in dt_proc_grab()
855 dph->dph_lrucnt++; in dt_proc_grab()
881 (!dpr->dpr_cacheable || dph->dph_lrucnt > dph->dph_lrulim)) in dt_proc_release()
H A Ddt_proc.h102 uint_t dph_lrucnt; /* count of cached process handles */ member