Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dgenalloc.h196 extern unsigned long gen_pool_first_fit_order_align(unsigned long *map,
/Linux-v5.4/kernel/dma/
Dremap.c155 gen_pool_set_algo(atomic_pool, gen_pool_first_fit_order_align, NULL); in dma_atomic_pool_init()
/Linux-v5.4/lib/
Dgenalloc.c722 unsigned long gen_pool_first_fit_order_align(unsigned long *map, in gen_pool_first_fit_order_align() function
731 EXPORT_SYMBOL(gen_pool_first_fit_order_align);
/Linux-v5.4/Documentation/core-api/
Dgenalloc.rst110 - gen_pool_first_fit_order_align aligns the allocation to the order of the
/Linux-v5.4/arch/arm/mm/
Ddma-mapping.c389 gen_pool_first_fit_order_align, in atomic_pool_init()