Home
last modified time | relevance | path

Searched refs:fragmentation_score_wmark (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dcompaction.c1925 static unsigned int fragmentation_score_wmark(pg_data_t *pgdat, bool low) in fragmentation_score_wmark() function
1945 wmark_high = fragmentation_score_wmark(pgdat, false); in should_proactive_compact_node()
1984 wmark_low = fragmentation_score_wmark(pgdat, true); in __compact_finished()
/kernel/linux/linux-6.6/mm/
H A Dcompaction.c2145 static unsigned int fragmentation_score_wmark(bool low) in fragmentation_score_wmark() function
2165 wmark_high = fragmentation_score_wmark(false); in should_proactive_compact_node()
2204 wmark_low = fragmentation_score_wmark(true); in __compact_finished()

Completed in 7 milliseconds