Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dgenalloc.h149 extern unsigned long gen_pool_best_fit(unsigned long *map, unsigned long size,
/Linux-v4.19/drivers/tee/
Dtee_shm_pool.c138 gen_pool_set_algo(mgr->private_data, gen_pool_best_fit, NULL); in tee_shm_pool_mgr_alloc_res_mem()
/Linux-v4.19/lib/
Dgenalloc.c625 unsigned long gen_pool_best_fit(unsigned long *map, unsigned long size, in gen_pool_best_fit() function
649 EXPORT_SYMBOL(gen_pool_best_fit);
/Linux-v4.19/Documentation/core-api/
Dgenalloc.rst113 - gen_pool_best_fit, as one would expect, is a simple best-fit allocator.
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl_erp.c1113 gen_pool_set_algo(erp_core->erp_tables, gen_pool_best_fit, NULL); in mlxsw_sp_acl_erp_tables_init()