Home
last modified time | relevance | path

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

/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/uct/
H A Dtest_mem.cc27 if (mem.method == UCT_ALLOC_METHOD_MD) { in check_mem()
67 methods[0] = UCT_ALLOC_METHOD_MD; in UCS_TEST_P()
93 EXPECT_EQ(UCT_ALLOC_METHOD_MD, mem.method); in UCS_TEST_P()
95 EXPECT_NE(UCT_ALLOC_METHOD_MD, mem.method); in UCS_TEST_P()
142 meth = UCT_ALLOC_METHOD_MD; in UCS_TEST_P()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/base/
H A Duct_mem.c34 [UCT_ALLOC_METHOD_MD] = "md",
100 case UCT_ALLOC_METHOD_MD: in uct_mem_alloc()
263 case UCT_ALLOC_METHOD_MD: in uct_mem_free()
299 if (mem->method != UCT_ALLOC_METHOD_MD) { in uct_iface_mem_alloc()
333 if ((mem->method != UCT_ALLOC_METHOD_MD) && in uct_iface_mem_free()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucp/core/
H A Ducp_context.c1452 context->config.alloc_methods[i].method = UCT_ALLOC_METHOD_MD; in ucp_fill_config()
1461 if ((method != UCT_ALLOC_METHOD_MD) && in ucp_fill_config()
H A Ducp_mm.c198 if (method == UCT_ALLOC_METHOD_MD) { in ucp_mem_alloc()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/api/
H A Duct.h459 UCT_ALLOC_METHOD_MD, /**< Allocate using memory domain */ enumerator