Home
last modified time | relevance | path

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

/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/cuda/cuda_ipc/
H A Dcuda_ipc_iface.c136 UCT_IFACE_FLAG_EVENT_FD; in uct_cuda_ipc_iface_query()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/tcp/
H A Dtcp_iface.c139 UCT_IFACE_FLAG_EVENT_FD; in uct_tcp_iface_query()
/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/uct/
H A Duct_test.cc948 ((iface_event_flags & UCT_IFACE_FLAG_EVENT_FD) || in check_event_caps()
1442 if (e.iface_attr().cap.event_flags & UCT_IFACE_FLAG_EVENT_FD) { in wait_for_event()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/sm/mm/base/
H A Dmm_iface.c167 UCT_IFACE_FLAG_EVENT_FD; in uct_mm_iface_query()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/api/
H A Duct.h443 #define UCT_IFACE_FLAG_EVENT_FD UCS_BIT(3) /**< Event notification through File Descriptor macro
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucp/core/
H A Ducp_worker.c337 return (wiface->attr.cap.event_flags & (UCT_IFACE_FLAG_EVENT_FD | in ucp_worker_iface_has_event_notify()
347 return (wiface->attr.cap.event_flags & UCT_IFACE_FLAG_EVENT_FD) && in ucp_worker_iface_use_event_fd()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/ib/rc/base/
H A Drc_iface.c189 UCT_IFACE_FLAG_EVENT_FD; in uct_rc_iface_query()