Lines Matching full:cma
1 What: /sys/kernel/mm/cma/
5 /sys/kernel/mm/cma/ contains a subdirectory for each CMA
6 heap name (also sometimes called CMA areas).
8 Each CMA heap subdirectory (that is, each
9 /sys/kernel/mm/cma/<cma-heap-name> directory) contains the
15 What: /sys/kernel/mm/cma/<cma-heap-name>/alloc_pages_success
19 the number of pages CMA API succeeded to allocate
21 What: /sys/kernel/mm/cma/<cma-heap-name>/alloc_pages_fail
25 the number of pages CMA API failed to allocate
27 What: /sys/kernel/mm/cma/<cma-heap-name>/release_pages_success
31 the number of pages CMA API succeeded to release
33 What: /sys/kernel/mm/cma/<cma-heap-name>/total_pages
37 The size of the CMA area in pages.
39 What: /sys/kernel/mm/cma/<cma-heap-name>/available_pages
43 The number of pages in the CMA area that are still
44 available for CMA allocation.