Searched refs:cma_used_pages (Results 1 – 3 of 3) sorted by relevance
146 show_val_kb(m, "CmaAllocated: ", cma_used_pages()); in meminfo_proc_show()147 show_val_kb(m, "CmaReleased: ", totalcma_pages - cma_used_pages()); in meminfo_proc_show()
60 extern unsigned long cma_used_pages(void);
649 unsigned long cma_used_pages(void) in cma_used_pages() function665 EXPORT_SYMBOL_GPL(cma_used_pages);