Searched defs:lruvec (Results 1 – 1 of 1) sorted by relevance
3645 struct lruvec { struct3646 struct list_head lists[5];3647 spinlock_t lru_lock;3648 long unsigned int anon_cost;3649 long unsigned int file_cost;3650 atomic_long_t nonresident_age;3651 long unsigned int refaults[2];3652 long unsigned int flags;3653 struct pglist_data *pgdat;7543 struct lruvec lruvec; member