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