Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c774 dpr->dpr_refs++; in dt_proc_create()
811 dpr->dpr_refs++; in dt_proc_grab()
845 if (opr->dpr_cacheable && opr->dpr_refs == 0) { in dt_proc_grab()
866 dpr->dpr_refs++; in dt_proc_grab()
878 assert(dpr->dpr_refs != 0); in dt_proc_release()
880 if (--dpr->dpr_refs == 0 && in dt_proc_release()
H A Ddt_proc.h58 uint_t dpr_refs; /* reference count */ member