Searched defs:cma (Results 1 – 2 of 2) sorted by relevance
26233 struct cma { struct26234 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];[all …]
36314 struct cma { struct36315 unsigned long base_pfn;36316 unsigned long count;36317 unsigned long *bitmap;36318 unsigned int order_per_bit;36319 spinlock_t lock;36320 struct hlist_head mem_head;36321 spinlock_t mem_head_lock;36322 struct debugfs_u32_array dfs_bitmap;36323 char name[64];[all …]