Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/core-api/
H A Dgenalloc.rst98 - gen_pool_best_fit,正如人们所期望的,是一个简单的最佳匹配分配器。
/linux/include/linux/
H A Dgenalloc.h200 extern unsigned long gen_pool_best_fit(unsigned long *map, unsigned long size,
/linux/lib/
H A 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/drivers/firmware/qcom/
H A Dqcom_tzmem.c230 gen_pool_set_algo(pool->genpool, gen_pool_best_fit, NULL); in qcom_tzmem_pool_new()
/linux/Documentation/core-api/
H A Dgenalloc.rst113 - gen_pool_best_fit, as one would expect, is a simple best-fit allocator.
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_erp.c1524 gen_pool_set_algo(erp_core->erp_tables, gen_pool_best_fit, NULL); in mlxsw_sp_acl_erp_tables_init()