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