|
@@ -47,6 +47,7 @@ struct zone_padding {
|
|
|
#endif
|
|
|
|
|
|
enum zone_stat_item {
|
|
|
+ /* First 128 byte cacheline (assuming 64 bit words) */
|
|
|
NR_FREE_PAGES,
|
|
|
NR_INACTIVE,
|
|
|
NR_ACTIVE,
|
|
@@ -54,11 +55,12 @@ enum zone_stat_item {
|
|
|
NR_FILE_MAPPED, /* pagecache pages mapped into pagetables.
|
|
|
only modified from process context */
|
|
|
NR_FILE_PAGES,
|
|
|
- NR_SLAB_RECLAIMABLE,
|
|
|
- NR_SLAB_UNRECLAIMABLE,
|
|
|
- NR_PAGETABLE, /* used for pagetables */
|
|
|
NR_FILE_DIRTY,
|
|
|
NR_WRITEBACK,
|
|
|
+ /* Second 128 byte cacheline */
|
|
|
+ NR_SLAB_RECLAIMABLE,
|
|
|
+ NR_SLAB_UNRECLAIMABLE,
|
|
|
+ NR_PAGETABLE, /* used for pagetables */
|
|
|
NR_UNSTABLE_NFS, /* NFS unstable pages */
|
|
|
NR_BOUNCE,
|
|
|
NR_VMSCAN_WRITE,
|