Home
last modified time | relevance | path

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

/linux-6.6.21/Documentation/translations/zh_CN/core-api/
Dgenalloc.rst95 - gen_pool_first_fit_order_align 按照大小的顺序排列分配。例如,一个60字节的分配将
/linux-6.6.21/arch/powerpc/platforms/pseries/
Drtas-work-area.c155 gen_pool_set_algo(pool, gen_pool_first_fit_order_align, NULL); in rtas_work_area_allocator_init()
/linux-6.6.21/include/linux/
Dgenalloc.h196 extern unsigned long gen_pool_first_fit_order_align(unsigned long *map,
/linux-6.6.21/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-6.6.21/kernel/dma/
Dpool.c172 gen_pool_set_algo(pool, gen_pool_first_fit_order_align, NULL); in __dma_atomic_pool_init()
/linux-6.6.21/Documentation/core-api/
Dgenalloc.rst110 - gen_pool_first_fit_order_align aligns the allocation to the order of the
/linux-6.6.21/arch/arm/mm/
Ddma-mapping.c231 gen_pool_first_fit_order_align, in atomic_pool_init()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c10818 gen_pool_set_algo(rifs_table, gen_pool_first_fit_order_align, in mlxsw_sp_rifs_table_init()