Searched refs:__cma_alloc (Results 1 – 1 of 1) sorted by relevance
406 static struct page *__cma_alloc(struct cma *cma, unsigned long count, in __cma_alloc() function518 return __cma_alloc(cma, count, align, GFP_KERNEL | (no_warn ? __GFP_NOWARN : 0)); in cma_alloc()528 page = __cma_alloc(cma, 1 << order, order, gfp); in cma_alloc_folio()