Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dgenalloc.h196 extern unsigned long gen_pool_first_fit_order_align(unsigned long *map,
/Linux-v5.10/lib/
Dgenalloc.c723 unsigned long gen_pool_first_fit_order_align(unsigned long *map, in gen_pool_first_fit_order_align() function
732 EXPORT_SYMBOL(gen_pool_first_fit_order_align);
/Linux-v5.10/kernel/dma/
Dpool.c175 gen_pool_set_algo(pool, gen_pool_first_fit_order_align, NULL); in __dma_atomic_pool_init()
/Linux-v5.10/Documentation/core-api/
Dgenalloc.rst110 - gen_pool_first_fit_order_align aligns the allocation to the order of the
/Linux-v5.10/arch/arm/mm/
Ddma-mapping.c364 gen_pool_first_fit_order_align, in atomic_pool_init()