Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dmbcache.c95 #define MB_CACHE_WRITER ((unsigned short)~0U >> 1) macro
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()
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()