Lines Matching refs:e_queued
195 mb_assert(!(ce->e_used || ce->e_queued || atomic_read(&ce->e_refcnt))); in __mb_cache_entry_forget()
206 if (ce->e_queued) in __mb_cache_entry_release()
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()
409 if (ce->e_used || ce->e_queued || in mb_cache_shrink()
419 if (ce->e_used || ce->e_queued || in mb_cache_shrink()
429 mb_assert(!(ce->e_used || ce->e_queued || in mb_cache_shrink()
472 mb_assert(!(ce->e_used || ce->e_queued || in mb_cache_destroy()
516 if (ce->e_used || ce->e_queued || in mb_cache_entry_alloc()
527 if (ce->e_used || ce->e_queued || in mb_cache_entry_alloc()
537 mb_assert(!(ce->e_used || ce->e_queued || in mb_cache_entry_alloc()
554 ce->e_queued = 0; in mb_cache_entry_alloc()
687 ce->e_queued++; in mb_cache_entry_get()
693 ce->e_queued--; in mb_cache_entry_get()
744 ce->e_queued++; in __mb_cache_entry_find()
750 ce->e_queued--; in __mb_cache_entry_find()