Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_proc.c779 assert(dph->dph_lrucnt != 0); in dt_proc_destroy()
780 dph->dph_lrucnt--; in dt_proc_destroy()
927 dph->dph_lrucnt--; in dt_proc_grab()
967 if (dph->dph_lrucnt >= dph->dph_lrulim) { in dt_proc_grab()
980 dph->dph_lrucnt++; in dt_proc_grab()
1006 (!dpr->dpr_cacheable || dph->dph_lrucnt > dph->dph_lrulim)) in dt_proc_release()
H A Ddt_proc.h96 uint_t dph_lrucnt; /* count of cached process handles */ member