Home
last modified time | relevance | path

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

/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/base/
H A Duct_iface.c486 self->config.num_alloc_methods = 0; in UCS_CLASS_INIT_FUNC()
494 ucs_assert(self->config.num_alloc_methods < UCT_ALLOC_METHOD_LAST); in UCS_CLASS_INIT_FUNC()
495 self->config.alloc_methods[self->config.num_alloc_methods++] = method; in UCS_CLASS_INIT_FUNC()
H A Duct_mem.c292 iface->config.num_alloc_methods, &iface->md, 1, in uct_iface_mem_alloc()
H A Duct_iface.h220 unsigned num_alloc_methods; member
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucp/core/
H A Ducp_context.c1383 unsigned i, num_alloc_methods, method; in ucp_fill_config() local
1433 num_alloc_methods = config->alloc_prio.count; in ucp_fill_config()
1434 context->config.num_alloc_methods = num_alloc_methods; in ucp_fill_config()
1437 context->config.alloc_methods = ucs_calloc(num_alloc_methods, in ucp_fill_config()
1446 for (i = 0; i < num_alloc_methods; ++i) { in ucp_fill_config()
H A Ducp_context.h222 unsigned num_alloc_methods; member
H A Ducp_mm.c189 for (method_index = 0; method_index < context->config.num_alloc_methods; in ucp_mem_alloc()