Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdtrace/common/
H A Ddt_proc.c897 dpr->dpr_refs++; in dt_proc_create()
934 dpr->dpr_refs++; in dt_proc_grab()
970 if (opr->dpr_cacheable && opr->dpr_refs == 0) { in dt_proc_grab()
991 dpr->dpr_refs++; in dt_proc_grab()
1003 assert(dpr->dpr_refs != 0); in dt_proc_release()
1005 if (--dpr->dpr_refs == 0 && in dt_proc_release()
H A Ddt_proc.h53 uint_t dpr_refs; /* reference count */ member