Home
last modified time | relevance | path

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

/spdk/test/unit/lib/dma/dma.c/
H A Ddma_ut.c12 static bool g_memory_domain_push_called; variable
38 g_memory_domain_push_called = true; in test_memory_domain_push_data_cb()
125 g_memory_domain_push_called = false; in test_dma()
129 CU_ASSERT(g_memory_domain_push_called == false); in test_dma()
138 CU_ASSERT(g_memory_domain_push_called == true); in test_dma()