Searched refs:gen_pool_best_fit (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/tee/ |
H 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()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | genalloc.h | 200 extern unsigned long gen_pool_best_fit(unsigned long *map, unsigned long size,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | genalloc.h | 200 extern unsigned long gen_pool_best_fit(unsigned long *map, unsigned long size,
|
/kernel/linux/linux-5.10/lib/ |
H A D | genalloc.c | 736 * gen_pool_best_fit - find the best fitting region of memory 748 unsigned long gen_pool_best_fit(unsigned long *map, unsigned long size, in gen_pool_best_fit() function 772 EXPORT_SYMBOL(gen_pool_best_fit); variable
|
/kernel/linux/linux-6.6/lib/ |
H A D | genalloc.c | 741 * gen_pool_best_fit - find the best fitting region of memory 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); variable
|
/kernel/linux/linux-5.10/drivers/firmware/ |
H A D | stratix10-svc.c | 644 gen_pool_set_algo(genpool, gen_pool_best_fit, NULL); in svc_create_memory_pool()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_acl_erp.c | 1537 gen_pool_set_algo(erp_core->erp_tables, gen_pool_best_fit, NULL); in mlxsw_sp_acl_erp_tables_init()
|
/kernel/linux/linux-6.6/drivers/firmware/ |
H A D | stratix10-svc.c | 795 gen_pool_set_algo(genpool, gen_pool_best_fit, NULL); in svc_create_memory_pool()
|
Completed in 13 milliseconds