Home
last modified time | relevance | path

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

/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/ib/rc/base/
H A Drc_iface.c65 ucs_offsetof(uct_rc_iface_common_config_t, fc.hard_thresh), UCS_CONFIG_TYPE_DOUBLE},
328 if ((config->soft_thresh <= config->super.fc.hard_thresh) || in uct_rc_init_fc_thresh()
332 config->soft_thresh, config->super.fc.hard_thresh); in uct_rc_init_fc_thresh()
573 if ((config->fc.hard_thresh <= 0) || (config->fc.hard_thresh >= 1)) { in UCS_CLASS_INIT_FUNC()
575 config->fc.hard_thresh); in UCS_CLASS_INIT_FUNC()
640 config->fc.hard_thresh), 1); in UCS_CLASS_INIT_FUNC()
H A Drc_iface.h159 double hard_thresh; member
/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/uct/ib/
H A Dtest_rc.cc453 int hard_thresh, bool is_fc_enabled) in test_general() argument
455 set_fc_attributes(m_e1, is_fc_enabled, wnd, soft_thresh, hard_thresh); in test_general()
588 int hard_thresh) in UCT_INSTANTIATE_RC_TEST_CASE()
592 set_fc_attributes(m_e1, true, wnd, soft_thresh, hard_thresh); in UCT_INSTANTIATE_RC_TEST_CASE()