Searched refs:zone_watermark_ok_safe (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/mm/ |
D | vmscan.c | 2192 watermark_ok = zone_watermark_ok_safe(zone, 0, watermark, 0, 0); in compaction_ready() 2575 if (!zone_watermark_ok_safe(zone, order, high_wmark_pages(zone) + in zone_balanced() 2866 if (!zone_watermark_ok_safe(zone, order, in balance_pgdat() 3167 if (zone_watermark_ok_safe(zone, order, low_wmark_pages(zone), 0, 0)) in wakeup_kswapd()
|
D | page_alloc.c | 1583 bool zone_watermark_ok_safe(struct zone *z, int order, unsigned long mark, in zone_watermark_ok_safe() function
|
/linux-3.4.99/include/linux/ |
D | mmzone.h | 694 bool zone_watermark_ok_safe(struct zone *z, int order, unsigned long mark,
|