Home
last modified time | relevance | path

Searched refs:zone_watermark_ok_safe (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/include/linux/
Dmmzone.h1462 bool zone_watermark_ok_safe(struct zone *z, unsigned int order,
/linux-6.12.1/mm/
Dvmscan.c6081 return zone_watermark_ok_safe(zone, 0, watermark, sc->reclaim_idx); in compaction_ready()
6679 if (zone_watermark_ok_safe(zone, order, mark, highest_zoneidx)) in pgdat_balanced()
Dpage_alloc.c3252 bool zone_watermark_ok_safe(struct zone *z, unsigned int order, in zone_watermark_ok_safe() function