Home
last modified time | relevance | path

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

/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucs/datastruct/
H A Dcallbackq.h28 #define UCS_CALLBACKQ_FAST_COUNT 7 /* Max. number of fast-path callbacks */ macro
93 ucs_callbackq_elem_t fast_elems[UCS_CALLBACKQ_FAST_COUNT + 1];
H A Dcallbackq.c25 #define UCS_CALLBACKQ_FAST_MAX (UCS_CALLBACKQ_FAST_COUNT - 1)
167 ucs_assert(idx < UCS_CALLBACKQ_FAST_COUNT); in ucs_callbackq_get_fast_idx()
423 for (idx = 0; idx < UCS_CALLBACKQ_FAST_COUNT + 1; ++idx) { in ucs_callbackq_init()