Home
last modified time | relevance | path

Searched refs:MB_CACHE_WRITER (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/fs/
Dmbcache.c58 #define MB_CACHE_WRITER ((unsigned short)~0U >> 1) macro
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()
366 ce->e_used = 1 + MB_CACHE_WRITER; in mb_cache_entry_alloc()
485 ce->e_used += 1 + MB_CACHE_WRITER; in mb_cache_entry_get()
519 while (ce->e_used >= MB_CACHE_WRITER) { in __mb_cache_entry_find()