Searched refs:gen_pool_best_fit (Results 1 – 10 of 10) sorted by relevance
| /linux/Documentation/translations/zh_CN/core-api/ |
| A D | genalloc.rst | 98 - gen_pool_best_fit,正如人们所期望的,是一个简单的最佳匹配分配器。
|
| /linux/drivers/tee/ |
| A D | tee_shm_pool.c | 129 gen_pool_set_algo(mgr->private_data, gen_pool_best_fit, NULL); in tee_shm_pool_mgr_alloc_res_mem()
|
| /linux/include/linux/ |
| A D | genalloc.h | 200 extern unsigned long gen_pool_best_fit(unsigned long *map, unsigned long size,
|
| /linux/lib/ |
| 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/Documentation/core-api/ |
| A D | genalloc.rst | 113 - gen_pool_best_fit, as one would expect, is a simple best-fit allocator.
|
| /linux/drivers/firmware/ |
| A D | stratix10-svc.c | 644 gen_pool_set_algo(genpool, gen_pool_best_fit, NULL); in svc_create_memory_pool()
|
| /linux/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()
|
| /linux/ |
| A D | vmlinux.symvers | 3455 0x00000000 gen_pool_best_fit vmlinux EXPORT_SYMBOL
|
| A D | System.map | 16860 ffff8000104a53d4 T gen_pool_best_fit
|
| A D | .tmp_System.map | 16860 ffff8000104a53d4 T gen_pool_best_fit
|
Completed in 302 milliseconds