Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H 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()
/OK3568_Linux_fs/kernel/drivers/soc/fsl/qe/
H A Dqe_common.c125 start = gen_pool_alloc_algo(muram_pool, size, algo, data); in cpm_muram_alloc_common()
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dgenalloc.rst97 Allocations with gen_pool_alloc_algo() specify an algorithm to be
/OK3568_Linux_fs/kernel/lib/
H A Dgenalloc.c369 vaddr = gen_pool_alloc_algo(pool, size, algo, data); in gen_pool_dma_alloc_algo()
/OK3568_Linux_fs/kernel/drivers/fsi/
H A Dfsi-master-ast-cf.c1350 master->sram = (void __iomem *)gen_pool_alloc_algo(master->sram_pool, SRAM_SIZE, in fsi_master_acf_probe()
/OK3568_Linux_fs/kernel/tools/testing/nvdimm/test/
H A Dnfit.c1659 *dma = gen_pool_alloc_algo(nfit_pool, size, in test_alloc()