Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h3645 struct lruvec { struct
3646 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