Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/translations/zh_CN/core-api/
Dgenalloc.rst98 - gen_pool_best_fit,正如人们所期望的,是一个简单的最佳匹配分配器。
/linux-5.19.10/include/linux/
Dgenalloc.h200 extern unsigned long gen_pool_best_fit(unsigned long *map, unsigned long size,
/linux-5.19.10/lib/
Dgenalloc.c754 unsigned long gen_pool_best_fit(unsigned long *map, unsigned long size, in gen_pool_best_fit() function
778 EXPORT_SYMBOL(gen_pool_best_fit);
/linux-5.19.10/Documentation/core-api/
Dgenalloc.rst113 - gen_pool_best_fit, as one would expect, is a simple best-fit allocator.
/linux-5.19.10/drivers/firmware/
Dstratix10-svc.c651 gen_pool_set_algo(genpool, gen_pool_best_fit, NULL); in svc_create_memory_pool()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl_erp.c1535 gen_pool_set_algo(erp_core->erp_tables, gen_pool_best_fit, NULL); in mlxsw_sp_acl_erp_tables_init()