Searched refs:gen_pool_alloc_algo (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/include/linux/ |
D | genalloc.h | 135 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.4/drivers/soc/fsl/qe/ |
D | qe_common.c | 124 start = gen_pool_alloc_algo(muram_pool, size, algo, data); in cpm_muram_alloc_common()
|
/Linux-v5.4/Documentation/core-api/ |
D | genalloc.rst | 92 :functions: gen_pool_alloc_algo 97 Allocations with :c:func:`gen_pool_alloc_algo` specify an algorithm to be
|
/Linux-v5.4/lib/ |
D | genalloc.c | 368 vaddr = gen_pool_alloc_algo(pool, size, algo, data); in gen_pool_dma_alloc_algo()
|
/Linux-v5.4/drivers/fsi/ |
D | fsi-master-ast-cf.c | 1349 master->sram = (void __iomem *)gen_pool_alloc_algo(master->sram_pool, SRAM_SIZE, in fsi_master_acf_probe()
|
/Linux-v5.4/tools/testing/nvdimm/test/ |
D | nfit.c | 1472 *dma = gen_pool_alloc_algo(nfit_pool, size, in test_alloc()
|