Searched refs:MB_CACHE_WRITER (Results 1 – 1 of 1) sorted by relevance
95 #define MB_CACHE_WRITER ((unsigned short)~0U >> 1) macro208 if (ce->e_used >= MB_CACHE_WRITER) in __mb_cache_entry_release()209 ce->e_used -= MB_CACHE_WRITER; in __mb_cache_entry_release()559 ce->e_used = 1 + MB_CACHE_WRITER; in mb_cache_entry_alloc()697 ce->e_used += 1 + MB_CACHE_WRITER; in mb_cache_entry_get()740 if (ce->e_used >= MB_CACHE_WRITER) { in __mb_cache_entry_find()743 while (ce->e_used >= MB_CACHE_WRITER) { in __mb_cache_entry_find()