Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dmmzone.h864 bool zone_watermark_ok_safe(struct zone *z, unsigned int order,
/Linux-v5.10/mm/
Dvmscan.c2888 return zone_watermark_ok_safe(zone, 0, watermark, sc->reclaim_idx); in compaction_ready()
3424 if (zone_watermark_ok_safe(zone, order, mark, highest_zoneidx)) in pgdat_balanced()
Dpage_alloc.c3704 bool zone_watermark_ok_safe(struct zone *z, unsigned int order, in zone_watermark_ok_safe() function