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