Searched refs:zone_watermark_ok_safe (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | mmzone.h | 1430 bool zone_watermark_ok_safe(struct zone *z, unsigned int order,
|
/openbmc/linux/mm/ |
H A D | vmscan.c | 6680 return zone_watermark_ok_safe(zone, 0, watermark, sc->reclaim_idx); in compaction_ready() 7261 if (zone_watermark_ok_safe(zone, order, mark, highest_zoneidx)) in pgdat_balanced()
|
H A D | page_alloc.c | 2987 bool zone_watermark_ok_safe(struct zone *z, unsigned int order, in zone_watermark_ok_safe() function
|