Searched refs:__dma (Results 1 – 1 of 1) sorted by relevance
448 dma_addr_t __dma; in ndtest_alloc_resource() local461 __dma = gen_pool_alloc_algo(ndtest_pool, size, in ndtest_alloc_resource()464 __dma = (unsigned long) buf; in ndtest_alloc_resource()466 if (!__dma) in ndtest_alloc_resource()472 res->res.start = __dma; in ndtest_alloc_resource()473 res->res.end = __dma + size - 1; in ndtest_alloc_resource()482 *dma = __dma; in ndtest_alloc_resource()488 if (__dma && size >= DIMM_SIZE) in ndtest_alloc_resource()489 gen_pool_free(ndtest_pool, __dma, size); in ndtest_alloc_resource()