Searched refs:read_ctrl_pos (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/mm/ |
| H A D | vmscan.c | 3156 static void read_ctrl_pos(struct lruvec *lruvec, int type, int tier, int gain, in read_ctrl_pos() function 4616 read_ctrl_pos(lruvec, type, 0, 2, &sp); in get_tier_idx() 4618 read_ctrl_pos(lruvec, type, tier, 3, &pv); in get_tier_idx() 4639 read_ctrl_pos(lruvec, LRU_GEN_ANON, MAX_NR_TIERS, swappiness, &sp); in get_type_to_scan() 4640 read_ctrl_pos(lruvec, LRU_GEN_FILE, MAX_NR_TIERS, MAX_SWAPPINESS - swappiness, &pv); in get_type_to_scan()
|