Searched refs:ndtest_alloc_resource (Results 1 – 1 of 1) sorted by relevance
/linux-6.8/tools/testing/nvdimm/test/ |
D | ndtest.c | 332 static void *ndtest_alloc_resource(struct ndtest_priv *p, size_t size, in ndtest_alloc_resource() function 424 if (!ndtest_alloc_resource(p, region->size, &res.start)) in ndtest_create_region() 765 res = ndtest_alloc_resource(p, LABEL_SIZE, NULL); in ndtest_nvdimm_init() 773 if (!ndtest_alloc_resource(p, d->size, in ndtest_nvdimm_init() 777 if (!ndtest_alloc_resource(p, LABEL_SIZE, in ndtest_nvdimm_init() 781 if (!ndtest_alloc_resource(p, LABEL_SIZE, in ndtest_nvdimm_init()
|