Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dcma.c848 static struct page *__cma_alloc(struct cma *cma, unsigned long count, in __cma_alloc() function
919 return __cma_alloc(cma, count, align, GFP_KERNEL | (no_warn ? __GFP_NOWARN : 0)); in cma_alloc()
929 page = __cma_alloc(cma, 1 << order, order, gfp); in cma_alloc_folio()