Home
last modified time | relevance | path

Searched refs:__cma_alloc (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/mm/
Dcma.c406 static struct page *__cma_alloc(struct cma *cma, unsigned long count, in __cma_alloc() function
518 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()