Searched defs:cl_client_cache (Results 1 – 1 of 1) sorted by relevance
398 struct cl_client_cache { struct399 atomic_t ccc_users; /* # of users (OSCs) of this data */400 struct list_head ccc_lru; /* LRU list of cached clean pages */401 spinlock_t ccc_lru_lock; /* lock for list */402 atomic_t ccc_lru_left; /* # of LRU entries available */403 unsigned long ccc_lru_max; /* Max # of LRU entries possible */404 unsigned int ccc_lru_shrinkers; /* # of threads reclaiming */