Home
last modified time | relevance | path

Searched defs:cl_client_cache (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlclient.h424 struct cl_client_cache { struct
425 atomic_t ccc_users; /* # of users (OSCs) of this data */
426 struct list_head ccc_lru; /* LRU list of cached clean pages */
427 spinlock_t ccc_lru_lock; /* lock for list */
428 atomic_t ccc_lru_left; /* # of LRU entries available */
429 unsigned long ccc_lru_max; /* Max # of LRU entries possible */
430 unsigned int ccc_lru_shrinkers; /* # of threads reclaiming */