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