aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-03-14 09:40:22 +1300
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-03-14 10:47:52 +1300
commit43179f55eafb75d5d1311212ddd200ad937febe3 (patch)
tree5078595222aa3fcd1cc07170b0d1e3d43fa353ff
parent9c088226d61d47e3ec9ea4abf132c640c52d4991 (diff)
downloadman-pages-43179f55eafb75d5d1311212ddd200ad937febe3.tar.gz
proc.5: Document CmaTotal and CmaFree fields of /proc/meminfo
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man5/proc.58
1 files changed, 8 insertions, 0 deletions
diff --git a/man5/proc.5 b/man5/proc.5
index 204384184d..482cee1938 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -2850,6 +2850,14 @@ Largest contiguous block of vmalloc area which is free.
(\fBCONFIG_TRANSPARENT_HUGEPAGE\fP is required.)
Non-file backed huge pages mapped into user-space page tables.
.TP
+.IR CmaTotal " %lu (since Linux 3.1)"
+Total CMA (Contiguous Memory Allocator) pages.
+(\fBCONFIG_CMA\fP is required.)
+.TP
+.IR CmaFree " %lu (since Linux 3.1)"
+Free CMA (Contiguous Memory Allocator) pages.
+(\fBCONFIG_CMA\fP is required.)
+.TP
.IR HugePages_Total " %lu"
(\fBCONFIG_HUGETLB_PAGE\fP is required.)
The size of the pool of huge pages.