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 425 if (!ndtest_alloc_resource(p, region->size, &res.start)) in ndtest_create_region() 766 res = ndtest_alloc_resource(p, LABEL_SIZE, NULL); in ndtest_nvdimm_init() 774 if (!ndtest_alloc_resource(p, d->size, in ndtest_nvdimm_init() 778 if (!ndtest_alloc_resource(p, LABEL_SIZE, in ndtest_nvdimm_init() 782 if (!ndtest_alloc_resource(p, LABEL_SIZE, in ndtest_nvdimm_init()
|