Searched refs:gen_pool_alloc_algo (Results 1 – 11 of 11) sorted by relevance
/linux/include/linux/ |
H A 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/Documentation/translations/zh_CN/core-api/ |
H A D | genalloc.rst | 86 使用gen_pool_alloc_algo()进行的分配指定了一种用于选择要分配的内存的算法;默认算法可
|
/linux/drivers/tee/ |
H A D | tee_shm_pool.c | 21 va = gen_pool_alloc_algo(genpool, s, gen_pool_first_fit_align, &data); in pool_op_gen_alloc()
|
/linux/drivers/soc/fsl/qe/ |
H A D | qe_common.c | 124 start = gen_pool_alloc_algo(muram_pool, size, algo, data); in cpm_muram_alloc_common()
|
/linux/Documentation/core-api/ |
H A D | genalloc.rst | 97 Allocations with gen_pool_alloc_algo() specify an algorithm to be
|
/linux/lib/ |
H A D | genalloc.c | 370 vaddr = gen_pool_alloc_algo(pool, size, algo, data); in gen_pool_dma_alloc_algo()
|
/linux/tools/testing/nvdimm/test/ |
H A D | ndtest.c | 350 __dma = gen_pool_alloc_algo(ndtest_pool, size, in ndtest_alloc_resource()
|
H A D | nfit.c | 1656 *dma = gen_pool_alloc_algo(nfit_pool, size, in test_alloc()
|
/linux/drivers/fsi/ |
H A D | fsi-master-ast-cf.c | 1351 master->sram = (void __iomem *)gen_pool_alloc_algo(master->sram_pool, SRAM_SIZE, in fsi_master_acf_probe()
|
/linux/tools/testing/cxl/test/ |
H A D | cxl.c | 412 phys = gen_pool_alloc_algo(cxl_mock_pool, size, in alloc_mock_res()
|
/linux/drivers/net/ethernet/ti/icssg/ |
H A D | icssg_prueth.c | 1644 (void __iomem *)gen_pool_alloc_algo(prueth->sram_pool, in prueth_probe()
|