Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 57b864c5 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mm: introduce NR_INDIRECTLY_RECLAIMABLE_BYTES"

parents 9de25453 21a527cf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -178,6 +178,7 @@ enum node_stat_item {
	NR_VMSCAN_IMMEDIATE,	/* Prioritise for reclaim when writeback ends */
	NR_DIRTIED,		/* page dirtyings since bootup */
	NR_WRITTEN,		/* page writings since bootup */
	NR_INDIRECTLY_RECLAIMABLE_BYTES, /* measured in bytes */
	NR_VM_NODE_STAT_ITEMS
};

+1 −0
Original line number Diff line number Diff line
@@ -973,6 +973,7 @@ const char * const vmstat_text[] = {
	"nr_vmscan_immediate_reclaim",
	"nr_dirtied",
	"nr_written",
	"nr_indirectly_reclaimable",

	/* enum writeback_stat_item counters */
	"nr_dirty_threshold",