Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dmmzone.h759 bool zone_watermark_ok_safe(struct zone *z, unsigned int order,
/Linux-v4.19/mm/
Dvmscan.c2888 return zone_watermark_ok_safe(zone, 0, watermark, sc->reclaim_idx); in compaction_ready()
3380 if (zone_watermark_ok_safe(zone, order, mark, classzone_idx)) in pgdat_balanced()
Dpage_alloc.c3220 bool zone_watermark_ok_safe(struct zone *z, unsigned int order, in zone_watermark_ok_safe() function