Home
last modified time | relevance | path

Searched refs:gen_pool_set_algo (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/drivers/tee/
Dtee_shm_pool.c129 gen_pool_set_algo(mgr->private_data, gen_pool_best_fit, NULL); in tee_shm_pool_mgr_alloc_res_mem()
/Linux-v5.4/include/linux/
Dgenalloc.h180 extern void gen_pool_set_algo(struct gen_pool *pool, genpool_algo_t algo,
/Linux-v5.4/Documentation/core-api/
Dgenalloc.rst95 :functions: gen_pool_set_algo
99 with :c:func:`gen_pool_set_algo`. The data value is passed to the
/Linux-v5.4/kernel/dma/
Dremap.c155 gen_pool_set_algo(atomic_pool, gen_pool_first_fit_order_align, NULL); in dma_atomic_pool_init()
/Linux-v5.4/lib/
Dgenalloc.c619 void gen_pool_set_algo(struct gen_pool *pool, genpool_algo_t algo, void *data) in gen_pool_set_algo() function
631 EXPORT_SYMBOL(gen_pool_set_algo);
/Linux-v5.4/drivers/firmware/
Dstratix10-svc.c637 gen_pool_set_algo(genpool, gen_pool_best_fit, NULL); in svc_create_memory_pool()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl_erp.c1535 gen_pool_set_algo(erp_core->erp_tables, gen_pool_best_fit, NULL); in mlxsw_sp_acl_erp_tables_init()
/Linux-v5.4/arch/arm/mm/
Ddma-mapping.c388 gen_pool_set_algo(atomic_pool, in atomic_pool_init()