Searched defs:lruvec (Results 1 – 1 of 1) sorted by relevance
3428 struct lruvec { struct3429 struct list_head lists[5];3430 spinlock_t lru_lock;3431 long unsigned int anon_cost;3432 long unsigned int file_cost;3433 atomic_long_t nonresident_age;3434 long unsigned int refaults[2];3435 long unsigned int flags;3436 struct pglist_data *pgdat;10390 struct lruvec lruvec; member