Home
last modified time | relevance | path

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

/linux-3.4.99/fs/
Dmbcache.c123 mb_assert(!(ce->e_used || ce->e_queued)); in __mb_cache_entry_forget()
134 if (ce->e_queued) in __mb_cache_entry_release_unlock()
139 if (!(ce->e_used || ce->e_queued)) { in __mb_cache_entry_release_unlock()
364 ce->e_queued = 0; in mb_cache_entry_alloc()
476 ce->e_queued++; in mb_cache_entry_get()
482 ce->e_queued--; in mb_cache_entry_get()
520 ce->e_queued++; in __mb_cache_entry_find()
526 ce->e_queued--; in __mb_cache_entry_find()
/linux-3.4.99/include/linux/
Dmbcache.h11 unsigned short e_queued; member