Home
last modified time | relevance | path

Searched defs:cma (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h26233 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];
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h36314 struct cma { struct
36315 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 …]