Debug trace for kswapd reclaim.
Signed-off-by: Wu Fengguang <[email protected]>
---
mm/vmscan.c | 11 +++++++++++
1 files changed, 11 insertions(+)
--- linux.orig/mm/vmscan.c
+++ linux/mm/vmscan.c
@@ -1450,6 +1450,17 @@ loop_again:
if (nr_pages) /* software suspend */
goto scan_swspd;
+ if (debug_page_reclaim)
+ printk(KERN_DEBUG "zone %d%d watermark %d%d age %lu prio %d\n",
+ zone_idx(prev_zone),
+ zone_idx(zone),
+ zone_watermark_ok(zone, order,
+ zone->pages_high, 0, 0),
+ zone_watermark_ok(zone, order,
+ zone->pages_high,
+ pgdat->nr_zones - 1, 0),
+ zone->page_age, priority);
+
if (zone_watermark_ok(zone, order,
zone->pages_high,
pgdat->nr_zones - 1, 0)) {
--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]