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