Searched refs:zone_watermark_ok_safe (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | mmzone.h | 886 bool zone_watermark_ok_safe(struct zone *z, unsigned int order,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | mmzone.h | 1468 bool zone_watermark_ok_safe(struct zone *z, unsigned int order,
|
/kernel/linux/linux-5.10/mm/ |
H A D | vmscan.c | 2877 return zone_watermark_ok_safe(zone, 0, watermark, sc->reclaim_idx); in compaction_ready() 3438 if (zone_watermark_ok_safe(zone, order, mark, highest_zoneidx)) in pgdat_balanced()
|
H A D | page_alloc.c | 3745 bool zone_watermark_ok_safe(struct zone *z, unsigned int order, in zone_watermark_ok_safe() function
|
/kernel/linux/linux-6.6/mm/ |
H A D | vmscan.c | 6659 return zone_watermark_ok_safe(zone, 0, watermark, sc->reclaim_idx); in compaction_ready() 7266 if (zone_watermark_ok_safe(zone, order, mark, highest_zoneidx)) in pgdat_balanced()
|
H A D | page_alloc.c | 2999 bool zone_watermark_ok_safe(struct zone *z, unsigned int order, in zone_watermark_ok_safe() function
|
Completed in 52 milliseconds