Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A 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-6.3-rc2/Documentation/translations/zh_CN/core-api/
A Dgenalloc.rst86 使用gen_pool_alloc_algo()进行的分配指定了一种用于选择要分配的内存的算法;默认算法可
/linux-6.3-rc2/drivers/tee/
A Dtee_shm_pool.c21 va = gen_pool_alloc_algo(genpool, s, gen_pool_first_fit_align, &data); in pool_op_gen_alloc()
/linux-6.3-rc2/drivers/soc/fsl/qe/
A Dqe_common.c124 start = gen_pool_alloc_algo(muram_pool, size, algo, data); in cpm_muram_alloc_common()
/linux-6.3-rc2/Documentation/core-api/
A Dgenalloc.rst97 Allocations with gen_pool_alloc_algo() specify an algorithm to be
/linux-6.3-rc2/lib/
A Dgenalloc.c368 vaddr = gen_pool_alloc_algo(pool, size, algo, data); in gen_pool_dma_alloc_algo()
/linux-6.3-rc2/tools/testing/nvdimm/test/
A Dndtest.c344 __dma = gen_pool_alloc_algo(ndtest_pool, size, in ndtest_alloc_resource()
A Dnfit.c1656 *dma = gen_pool_alloc_algo(nfit_pool, size, in test_alloc()
/linux-6.3-rc2/drivers/fsi/
A Dfsi-master-ast-cf.c1351 master->sram = (void __iomem *)gen_pool_alloc_algo(master->sram_pool, SRAM_SIZE, in fsi_master_acf_probe()
/linux-6.3-rc2/tools/testing/cxl/test/
A Dcxl.c406 phys = gen_pool_alloc_algo(cxl_mock_pool, size, in alloc_mock_res()

Completed in 35 milliseconds