Lines Matching full:cma
10 struct cma *cma; member
37 struct cma { struct
51 /* the number of CMA page successful allocations */
53 /* the number of CMA page allocation failures */
55 /* the number of CMA page released */
72 extern struct cma cma_areas[MAX_CMA_AREAS]; argument
75 static inline unsigned long cma_bitmap_maxno(struct cma *cma, in cma_bitmap_maxno() argument
78 return cmr->count >> cma->order_per_bit; in cma_bitmap_maxno()
82 void cma_sysfs_account_success_pages(struct cma *cma, unsigned long nr_pages);
83 void cma_sysfs_account_fail_pages(struct cma *cma, unsigned long nr_pages);
84 void cma_sysfs_account_release_pages(struct cma *cma, unsigned long nr_pages);
86 static inline void cma_sysfs_account_success_pages(struct cma *cma, in cma_sysfs_account_success_pages() argument
88 static inline void cma_sysfs_account_fail_pages(struct cma *cma, in cma_sysfs_account_fail_pages() argument
90 static inline void cma_sysfs_account_release_pages(struct cma *cma, in cma_sysfs_account_release_pages() argument