sysfs-kernel-mm-cma 739 B

12345678910111213141516171819202122232425
  1. What: /sys/kernel/mm/cma/
  2. Date: Feb 2021
  3. Contact: Minchan Kim <[email protected]>
  4. Description:
  5. /sys/kernel/mm/cma/ contains a subdirectory for each CMA
  6. heap name (also sometimes called CMA areas).
  7. Each CMA heap subdirectory (that is, each
  8. /sys/kernel/mm/cma/<cma-heap-name> directory) contains the
  9. following items:
  10. alloc_pages_success
  11. alloc_pages_fail
  12. What: /sys/kernel/mm/cma/<cma-heap-name>/alloc_pages_success
  13. Date: Feb 2021
  14. Contact: Minchan Kim <[email protected]>
  15. Description:
  16. the number of pages CMA API succeeded to allocate
  17. What: /sys/kernel/mm/cma/<cma-heap-name>/alloc_pages_fail
  18. Date: Feb 2021
  19. Contact: Minchan Kim <[email protected]>
  20. Description:
  21. the number of pages CMA API failed to allocate