Searched refs:read_ctrl_pos (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/mm/ |
D | vmscan.c | 3067 static void read_ctrl_pos(struct lruvec *lruvec, int type, int tier, int gain, in read_ctrl_pos() function 4474 read_ctrl_pos(lruvec, type, 0, 1, &sp); in get_tier_idx() 4476 read_ctrl_pos(lruvec, type, tier, 2, &pv); in get_tier_idx() 4496 read_ctrl_pos(lruvec, LRU_GEN_ANON, 0, gain[LRU_GEN_ANON], &sp); in get_type_to_scan() 4497 read_ctrl_pos(lruvec, LRU_GEN_FILE, 0, gain[LRU_GEN_FILE], &pv); in get_type_to_scan() 4500 read_ctrl_pos(lruvec, !type, 0, gain[!type], &sp); in get_type_to_scan() 4502 read_ctrl_pos(lruvec, type, tier, gain[type], &pv); in get_type_to_scan()
|