Lines Matching refs:e_refcnt
195 mb_assert(!(ce->e_used || ce->e_queued || atomic_read(&ce->e_refcnt))); in __mb_cache_entry_forget()
215 if (!(ce->e_used || ce->e_queued || atomic_read(&ce->e_refcnt))) { in __mb_cache_entry_release()
263 if (ce->e_used || ce->e_queued || atomic_read(&ce->e_refcnt)) in mb_cache_shrink_scan()
270 if (ce->e_used || ce->e_queued || atomic_read(&ce->e_refcnt) || in mb_cache_shrink_scan()
410 atomic_read(&ce->e_refcnt)) in mb_cache_shrink()
420 atomic_read(&ce->e_refcnt) || in mb_cache_shrink()
430 atomic_read(&ce->e_refcnt))); in mb_cache_shrink()
473 atomic_read(&ce->e_refcnt))); in mb_cache_destroy()
517 atomic_read(&ce->e_refcnt)) in mb_cache_entry_alloc()
528 atomic_read(&ce->e_refcnt) || in mb_cache_entry_alloc()
538 atomic_read(&ce->e_refcnt))); in mb_cache_entry_alloc()
555 atomic_set(&ce->e_refcnt, 0); in mb_cache_entry_alloc()
680 atomic_inc(&ce->e_refcnt); in mb_cache_entry_get()
683 atomic_dec(&ce->e_refcnt); in mb_cache_entry_get()
733 atomic_inc(&ce->e_refcnt); in __mb_cache_entry_find()
736 atomic_dec(&ce->e_refcnt); in __mb_cache_entry_find()