Searched defs:cl_client_cache (Results 1 – 1 of 1) sorted by relevance
424 struct cl_client_cache { struct425 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 */