Searched refs:read_ctrl_pos (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/mm/ |
D | vmscan.c | 3704 static void read_ctrl_pos(struct lruvec *lruvec, int type, int tier, int gain, in read_ctrl_pos() function 5090 read_ctrl_pos(lruvec, type, 0, 1, &sp); in get_tier_idx() 5092 read_ctrl_pos(lruvec, type, tier, 2, &pv); in get_tier_idx() 5112 read_ctrl_pos(lruvec, LRU_GEN_ANON, 0, gain[LRU_GEN_ANON], &sp); in get_type_to_scan() 5113 read_ctrl_pos(lruvec, LRU_GEN_FILE, 0, gain[LRU_GEN_FILE], &pv); in get_type_to_scan() 5116 read_ctrl_pos(lruvec, !type, 0, gain[!type], &sp); in get_type_to_scan() 5118 read_ctrl_pos(lruvec, type, tier, gain[type], &pv); in get_type_to_scan()
|