Searched refs:gen_pool_best_fit (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/Documentation/translations/zh_CN/core-api/ |
D | genalloc.rst | 98 - gen_pool_best_fit,正如人们所期望的,是一个简单的最佳匹配分配器。
|
/linux-5.19.10/include/linux/ |
D | genalloc.h | 200 extern unsigned long gen_pool_best_fit(unsigned long *map, unsigned long size,
|
/linux-5.19.10/lib/ |
D | genalloc.c | 754 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/ |
D | genalloc.rst | 113 - gen_pool_best_fit, as one would expect, is a simple best-fit allocator.
|
/linux-5.19.10/drivers/firmware/ |
D | stratix10-svc.c | 651 gen_pool_set_algo(genpool, gen_pool_best_fit, NULL); in svc_create_memory_pool()
|
/linux-5.19.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_acl_erp.c | 1535 gen_pool_set_algo(erp_core->erp_tables, gen_pool_best_fit, NULL); in mlxsw_sp_acl_erp_tables_init()
|