Searched refs:ndtest_alloc_resource (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/nvdimm/test/ |
H A D | ndtest.c | 334 static void *ndtest_alloc_resource(struct ndtest_priv *p, size_t size, in ndtest_alloc_resource() function 426 if (!ndtest_alloc_resource(p, region->size, &res.start)) in ndtest_create_region() 767 res = ndtest_alloc_resource(p, LABEL_SIZE, NULL); in ndtest_nvdimm_init() 775 if (!ndtest_alloc_resource(p, d->size, in ndtest_nvdimm_init() 779 if (!ndtest_alloc_resource(p, LABEL_SIZE, in ndtest_nvdimm_init() 783 if (!ndtest_alloc_resource(p, LABEL_SIZE, in ndtest_nvdimm_init()
|