Home
last modified time | relevance | path

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

/Linux-v5.15/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-v5.15/drivers/soc/fsl/qe/
Dqe_common.c124 start = gen_pool_alloc_algo(muram_pool, size, algo, data); in cpm_muram_alloc_common()
/Linux-v5.15/Documentation/core-api/
Dgenalloc.rst97 Allocations with gen_pool_alloc_algo() specify an algorithm to be
/Linux-v5.15/lib/
Dgenalloc.c370 vaddr = gen_pool_alloc_algo(pool, size, algo, data); in gen_pool_dma_alloc_algo()
/Linux-v5.15/tools/testing/nvdimm/test/
Dndtest.c461 __dma = gen_pool_alloc_algo(ndtest_pool, size, in ndtest_alloc_resource()
Dnfit.c1658 *dma = gen_pool_alloc_algo(nfit_pool, size, in test_alloc()
/Linux-v5.15/drivers/fsi/
Dfsi-master-ast-cf.c1349 master->sram = (void __iomem *)gen_pool_alloc_algo(master->sram_pool, SRAM_SIZE, in fsi_master_acf_probe()