Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/translations/zh_CN/core-api/
Dgenalloc.rst95 - gen_pool_first_fit_order_align 按照大小的顺序排列分配。例如,一个60字节的分配将
/Linux-v6.1/include/linux/
Dgenalloc.h196 extern unsigned long gen_pool_first_fit_order_align(unsigned long *map,
/Linux-v6.1/lib/
Dgenalloc.c729 unsigned long gen_pool_first_fit_order_align(unsigned long *map, in gen_pool_first_fit_order_align() function
738 EXPORT_SYMBOL(gen_pool_first_fit_order_align);
/Linux-v6.1/kernel/dma/
Dpool.c172 gen_pool_set_algo(pool, gen_pool_first_fit_order_align, NULL); in __dma_atomic_pool_init()
/Linux-v6.1/Documentation/core-api/
Dgenalloc.rst110 - gen_pool_first_fit_order_align aligns the allocation to the order of the
/Linux-v6.1/arch/arm/mm/
Ddma-mapping.c231 gen_pool_first_fit_order_align, in atomic_pool_init()