We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0689645 commit 0a3c577Copy full SHA for 0a3c577
include/linux/mmzone.h
@@ -758,7 +758,7 @@ typedef struct pglist_data {
758
759
#ifdef CONFIG_NUMA
760
/*
761
- * zone reclaim becomes active if more unmapped pages exist.
+ * node reclaim becomes active if more unmapped pages exist.
762
*/
763
unsigned long min_unmapped_pages;
764
unsigned long min_slab_pages;
include/uapi/linux/sysctl.h
@@ -195,7 +195,7 @@ enum
195
VM_MIN_UNMAPPED=32, /* Set min percent of unmapped pages */
196
VM_PANIC_ON_OOM=33, /* panic at out-of-memory */
197
VM_VDSO_ENABLED=34, /* map VDSO into new processes? */
198
- VM_MIN_SLAB=35, /* Percent pages ignored by zone reclaim */
+ VM_MIN_SLAB=35, /* Percent pages ignored by node reclaim */
199
};
200
201
0 commit comments