Searched refs:e_used (Results 1 – 2 of 2) sorted by relevance
123 mb_assert(!(ce->e_used || ce->e_queued)); in __mb_cache_entry_forget()136 if (ce->e_used >= MB_CACHE_WRITER) in __mb_cache_entry_release_unlock()137 ce->e_used -= MB_CACHE_WRITER; in __mb_cache_entry_release_unlock()138 ce->e_used--; in __mb_cache_entry_release_unlock()139 if (!(ce->e_used || ce->e_queued)) { in __mb_cache_entry_release_unlock()366 ce->e_used = 1 + MB_CACHE_WRITER; in mb_cache_entry_alloc()475 while (ce->e_used > 0) { in mb_cache_entry_get()485 ce->e_used += 1 + MB_CACHE_WRITER; in mb_cache_entry_get()518 ce->e_used++; in __mb_cache_entry_find()519 while (ce->e_used >= MB_CACHE_WRITER) { in __mb_cache_entry_find()
10 unsigned short e_used; member