Searched refs:muram_pool (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/soc/fsl/qe/ |
H A D | qe_common.c | 28 static struct gen_pool *muram_pool; variable 69 muram_pool = gen_pool_create(0, -1); in cpm_muram_init() 70 if (!muram_pool) { in cpm_muram_init() 85 ret = gen_pool_add(muram_pool, r.start - muram_pbase + in cpm_muram_init() 101 gen_pool_destroy(muram_pool); in cpm_muram_init() 125 start = gen_pool_alloc_algo(muram_pool, size, algo, data); in cpm_muram_alloc_common() 187 gen_pool_free(muram_pool, offset + GENPOOL_OFFSET, size); in cpm_muram_free()
|
/kernel/linux/linux-6.6/drivers/soc/fsl/qe/ |
H A D | qe_common.c | 27 static struct gen_pool *muram_pool; variable 67 muram_pool = gen_pool_create(0, -1); in cpm_muram_init() 68 if (!muram_pool) { in cpm_muram_init() 83 ret = gen_pool_add(muram_pool, r.start - muram_pbase + in cpm_muram_init() 99 gen_pool_destroy(muram_pool); in cpm_muram_init() 123 start = gen_pool_alloc_algo(muram_pool, size, algo, data); in cpm_muram_alloc_common() 185 gen_pool_free(muram_pool, offset + GENPOOL_OFFSET, size); in cpm_muram_free()
|
Completed in 2 milliseconds