Home
last modified time | relevance | path

Searched refs:cma_used_pages (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/proc/
H A Dmeminfo.c146 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcma.h60 extern unsigned long cma_used_pages(void);
/OK3568_Linux_fs/kernel/mm/
H A Dcma.c649 unsigned long cma_used_pages(void) in cma_used_pages() function
665 EXPORT_SYMBOL_GPL(cma_used_pages);