Lines Matching full:cma
10 struct cma *cma; member
13 struct cma { struct
26 /* the number of CMA page successful allocations */
28 /* the number of CMA page allocation failures */
36 extern struct cma cma_areas[MAX_CMA_AREAS]; argument
39 static inline unsigned long cma_bitmap_maxno(struct cma *cma) in cma_bitmap_maxno() argument
41 return cma->count >> cma->order_per_bit; in cma_bitmap_maxno()
45 void cma_sysfs_account_success_pages(struct cma *cma, unsigned long nr_pages);
46 void cma_sysfs_account_fail_pages(struct cma *cma, unsigned long nr_pages);
48 static inline void cma_sysfs_account_success_pages(struct cma *cma, in cma_sysfs_account_success_pages() argument
50 static inline void cma_sysfs_account_fail_pages(struct cma *cma, in cma_sysfs_account_fail_pages() argument