Searched refs:read_ctrl_pos (Results 1 – 1 of 1) sorted by relevance
| /linux/mm/ |
| H A D | vmscan.c | 3127 static void read_ctrl_pos(struct lruvec *lruvec, int type, int tier, int gain, in iterate_mm_list_nowalk() 4770 read_ctrl_pos(lruvec, type, 0, 2, &sp); in evict_folios() 4772 read_ctrl_pos(lruvec, type, tier, 3, &pv); in evict_folios() 4793 read_ctrl_pos(lruvec, LRU_GEN_ANON, MAX_NR_TIERS, swappiness, &sp); in should_run_aging() 4794 read_ctrl_pos(lruvec, LRU_GEN_FILE, MAX_NR_TIERS, MAX_SWAPPINESS - swappiness, &pv); in should_run_aging() 3159 static void read_ctrl_pos(struct lruvec *lruvec, int type, int tier, int gain, read_ctrl_pos() function
|