Searched refs:e_queued (Results 1 – 2 of 2) sorted by relevance
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()[all …]
10 unsigned short e_queued; member