Lines Matching full:cma
11 struct cma *cma; member
14 struct cma { struct
27 /* the number of CMA page successful allocations */
29 /* the number of CMA page allocation failures */
37 extern struct cma cma_areas[MAX_CMA_AREAS]; argument
40 static inline unsigned long cma_bitmap_maxno(struct cma *cma) in cma_bitmap_maxno() argument
42 return cma->count >> cma->order_per_bit; in cma_bitmap_maxno()
46 void cma_sysfs_account_success_pages(struct cma *cma, unsigned long nr_pages);
47 void cma_sysfs_account_fail_pages(struct cma *cma, unsigned long nr_pages);
49 static inline void cma_sysfs_account_success_pages(struct cma *cma, in cma_sysfs_account_success_pages() argument
51 static inline void cma_sysfs_account_fail_pages(struct cma *cma, in cma_sysfs_account_fail_pages() argument