nfit_pool         219 tools/testing/nvdimm/test/nfit.c static struct gen_pool *nfit_pool;
nfit_pool        1422 tools/testing/nvdimm/test/nfit.c 		gen_pool_free(nfit_pool, nfit_res->res.start,
nfit_pool        1457 tools/testing/nvdimm/test/nfit.c 		gen_pool_free(nfit_pool, *dma, size);
nfit_pool        1472 tools/testing/nvdimm/test/nfit.c 		*dma = gen_pool_alloc_algo(nfit_pool, size,
nfit_pool        3183 tools/testing/nvdimm/test/nfit.c 	nfit_pool = gen_pool_create(ilog2(SZ_4M), NUMA_NO_NODE);
nfit_pool        3184 tools/testing/nvdimm/test/nfit.c 	if (!nfit_pool) {
nfit_pool        3189 tools/testing/nvdimm/test/nfit.c 	if (gen_pool_add(nfit_pool, SZ_4G, SZ_4G, NUMA_NO_NODE)) {
nfit_pool        3249 tools/testing/nvdimm/test/nfit.c 	if (nfit_pool)
nfit_pool        3250 tools/testing/nvdimm/test/nfit.c 		gen_pool_destroy(nfit_pool);
nfit_pool        3275 tools/testing/nvdimm/test/nfit.c 	gen_pool_destroy(nfit_pool);