Searched refs:MB_CACHE_WRITER (Results 1 – 1 of 1) sorted by relevance
58 #define MB_CACHE_WRITER ((unsigned short)~0U >> 1) macro135 if (ce->e_used >= MB_CACHE_WRITER) in __mb_cache_entry_release_unlock()136 ce->e_used -= MB_CACHE_WRITER; in __mb_cache_entry_release_unlock()364 ce->e_used = 1 + MB_CACHE_WRITER; in mb_cache_entry_alloc()483 ce->e_used += 1 + MB_CACHE_WRITER; in mb_cache_entry_get()517 while (ce->e_used >= MB_CACHE_WRITER) { in __mb_cache_entry_find()