Lines Matching defs:cma
26233 struct cma { struct
26234 unsigned long base_pfn;
26235 unsigned long count;
26236 unsigned long *bitmap;
26237 unsigned int order_per_bit;
26238 spinlock_t lock;
26239 struct hlist_head mem_head;
26240 spinlock_t mem_head_lock;
26241 struct debugfs_u32_array dfs_bitmap;
26242 char name[64];
26243 bool reserve_pages_on_error;