Searched refs:pgdat_balanced (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | vmscan.c | 3421 static bool pgdat_balanced(pg_data_t *pgdat, int order, int highest_zoneidx) in pgdat_balanced() function 3492 if (pgdat_balanced(pgdat, order, highest_zoneidx)) { in prepare_kswapd_sleep() 3636 balanced = pgdat_balanced(pgdat, sc.order, highest_zoneidx); in balance_pgdat() 4003 (pgdat_balanced(pgdat, order, highest_zoneidx) && in wakeup_kswapd()
|
/kernel/linux/linux-6.6/mm/ |
H A D | vmscan.c | 7246 static bool pgdat_balanced(pg_data_t *pgdat, int order, int highest_zoneidx) in pgdat_balanced() function 7321 if (pgdat_balanced(pgdat, order, highest_zoneidx)) { in prepare_kswapd_sleep() 7498 balanced = pgdat_balanced(pgdat, sc.order, highest_zoneidx); in balance_pgdat() 7858 (pgdat_balanced(pgdat, order, highest_zoneidx) && in wakeup_kswapd()
|
Completed in 19 milliseconds