Searched refs:e_used (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()208 if (ce->e_used >= MB_CACHE_WRITER) in __mb_cache_entry_release()209 ce->e_used -= MB_CACHE_WRITER; in __mb_cache_entry_release()214 ce->e_used--; 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()[all …]
9 unsigned short e_used; member