Home
last modified time | relevance | path

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

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