]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - Documentation/cgroup-v2.txt
Merge branch 'akpm-current/current'
[karo-tx-linux.git] / Documentation / cgroup-v2.txt
index ff49cf901148d895b765800ec6ddb79c0e38ed53..e2f4e7948a666128d048abc3ca7c67212228380b 100644 (file)
@@ -843,6 +843,15 @@ PAGE_SIZE multiple when read back.
                Amount of memory used to cache filesystem data,
                including tmpfs and shared memory.
 
+         kernel_stack
+
+               Amount of memory allocated to kernel stacks.
+
+         slab
+
+               Amount of memory used for storing in-kernel data
+               structures.
+
          sock
 
                Amount of memory used in network transmission buffers
@@ -871,6 +880,16 @@ PAGE_SIZE multiple when read back.
                on the internal memory management lists used by the
                page reclaim algorithm
 
+         slab_reclaimable
+
+               Part of "slab" that might be reclaimed, such as
+               dentries and inodes.
+
+         slab_unreclaimable
+
+               Part of "slab" that cannot be reclaimed on memory
+               pressure.
+
          pgfault
 
                Total number of page faults incurred