Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/nvdimm/test/
H A Dnfit.c220 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()
3285 nfit_pool = gen_pool_create(ilog2(SZ_4M), NUMA_NO_NODE); in nfit_test_init()
3286 if (!nfit_pool) { in nfit_test_init()
3291 if (gen_pool_add(nfit_pool, SZ_4G, SZ_4G, NUMA_NO_NODE)) { in nfit_test_init()
3351 if (nfit_pool) in nfit_test_init()
3352 gen_pool_destroy(nfit_pool); in nfit_test_init()
3376 gen_pool_destroy(nfit_pool); in nfit_test_exit()