Home
last modified time | relevance | path

Searched refs:gen_pool_alloc_algo (Results 1 – 11 of 11) sorted by relevance

/Linux-v6.6/include/linux/
Dgenalloc.h135 static inline unsigned long gen_pool_alloc_algo(struct gen_pool *pool, in gen_pool_alloc_algo() function
153 return gen_pool_alloc_algo(pool, size, pool->algo, pool->data); in gen_pool_alloc()
/Linux-v6.6/Documentation/translations/zh_CN/core-api/
Dgenalloc.rst86 使用gen_pool_alloc_algo()进行的分配指定了一种用于选择要分配的内存的算法;默认算法可
/Linux-v6.6/drivers/tee/
Dtee_shm_pool.c21 va = gen_pool_alloc_algo(genpool, s, gen_pool_first_fit_align, &data); in pool_op_gen_alloc()
/Linux-v6.6/drivers/soc/fsl/qe/
Dqe_common.c123 start = gen_pool_alloc_algo(muram_pool, size, algo, data); in cpm_muram_alloc_common()
/Linux-v6.6/Documentation/core-api/
Dgenalloc.rst97 Allocations with gen_pool_alloc_algo() specify an algorithm to be
/Linux-v6.6/lib/
Dgenalloc.c370 vaddr = gen_pool_alloc_algo(pool, size, algo, data); in gen_pool_dma_alloc_algo()
/Linux-v6.6/tools/testing/nvdimm/test/
Dndtest.c344 __dma = gen_pool_alloc_algo(ndtest_pool, size, in ndtest_alloc_resource()
Dnfit.c1656 *dma = gen_pool_alloc_algo(nfit_pool, size, in test_alloc()
/Linux-v6.6/drivers/fsi/
Dfsi-master-ast-cf.c1351 master->sram = (void __iomem *)gen_pool_alloc_algo(master->sram_pool, SRAM_SIZE, in fsi_master_acf_probe()
/Linux-v6.6/tools/testing/cxl/test/
Dcxl.c406 phys = gen_pool_alloc_algo(cxl_mock_pool, size, in alloc_mock_res()
/Linux-v6.6/drivers/net/ethernet/ti/icssg/
Dicssg_prueth.c2068 (void __iomem *)gen_pool_alloc_algo(prueth->sram_pool, in prueth_probe()