Searched refs:zone_watermark_ok_safe (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/include/linux/ |
D | mmzone.h | 822 bool zone_watermark_ok_safe(struct zone *z, unsigned int order,
|
/Linux-v5.4/mm/ |
D | vmscan.c | 2939 return zone_watermark_ok_safe(zone, 0, watermark, sc->reclaim_idx); in compaction_ready() 3460 if (zone_watermark_ok_safe(zone, order, mark, classzone_idx)) in pgdat_balanced()
|
D | page_alloc.c | 3513 bool zone_watermark_ok_safe(struct zone *z, unsigned int order, in zone_watermark_ok_safe() function
|