Searched refs:nfit_pool (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/tools/testing/nvdimm/test/ |
D | nfit.c | 220 static struct gen_pool *nfit_pool; variable 1606 gen_pool_free(nfit_pool, nfit_res->res.start, in release_nfit_res() 1641 gen_pool_free(nfit_pool, *dma, size); in __test_alloc() 1656 *dma = gen_pool_alloc_algo(nfit_pool, size, in test_alloc() 3291 nfit_pool = gen_pool_create(ilog2(SZ_4M), NUMA_NO_NODE); in nfit_test_init() 3292 if (!nfit_pool) { in nfit_test_init() 3297 if (gen_pool_add(nfit_pool, SZ_4G, SZ_4G, NUMA_NO_NODE)) { in nfit_test_init() 3357 if (nfit_pool) in nfit_test_init() 3358 gen_pool_destroy(nfit_pool); in nfit_test_init() 3382 gen_pool_destroy(nfit_pool); in nfit_test_exit()
|