Loading include/linux/mm_types_task.h +1 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,7 @@ enum { MM_ANONPAGES, /* Resident anonymous pages */ MM_SWAPENTS, /* Anonymous swap entries */ MM_SHMEMPAGES, /* Resident shared memory pages */ MM_UNRECLAIMABLE, /* Unreclaimable pages, e.g. shared with HW */ NR_MM_COUNTERS }; Loading Loading
include/linux/mm_types_task.h +1 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,7 @@ enum { MM_ANONPAGES, /* Resident anonymous pages */ MM_SWAPENTS, /* Anonymous swap entries */ MM_SHMEMPAGES, /* Resident shared memory pages */ MM_UNRECLAIMABLE, /* Unreclaimable pages, e.g. shared with HW */ NR_MM_COUNTERS }; Loading