Searched defs:cma_zone (Results 1 – 1 of 1) sorted by relevance
47 struct cma_zone { struct48 struct device pdev;49 char name[NAME_LEN_MAX];50 unsigned long gfp;51 unsigned long phys_start;52 unsigned long nbytes;53 unsigned int alloc_type;54 unsigned long block_align;569 struct cma_zone *cma_zone = NULL; local