Home
last modified time | relevance | path

Searched refs:test_memory_domain_memzero_cb (Results 1 – 1 of 1) sorted by relevance

/spdk/test/unit/lib/dma/dma.c/
H A Ddma_ut.c54 test_memory_domain_memzero_cb(struct spdk_memory_domain *src_domain, void *src_domain_ctx, in test_memory_domain_memzero_cb() function
164 spdk_memory_domain_set_memzero(domain, test_memory_domain_memzero_cb); in test_dma()
192 spdk_memory_domain_set_memzero(domain, test_memory_domain_memzero_cb); in test_dma()
193 CU_ASSERT(domain->memzero_cb == test_memory_domain_memzero_cb); in test_dma()