Searched refs:dpr_refs (Results 1 – 2 of 2) sorted by relevance
897 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()
53 uint_t dpr_refs; /* reference count */ member