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