Searched refs:dpr_cacheable (Results 1 – 2 of 2) sorted by relevance
657 if (dpr->dpr_cacheable) { in dt_proc_destroy()803 dpr->dpr_cacheable = B_FALSE; in dt_proc_grab()845 if (opr->dpr_cacheable && opr->dpr_refs == 0) { in dt_proc_grab()853 dpr->dpr_cacheable = B_TRUE; in dt_proc_grab()881 (!dpr->dpr_cacheable || dph->dph_lrucnt > dph->dph_lrulim)) in dt_proc_release()
59 uint8_t dpr_cacheable; /* cache handle using lru list */ member