Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_congestion_control.c120 cl_event_signal(&p_cc->cc_poller_wakeup); in cc_mad_post()
571 cl_event_wait_on(&p_cc->cc_poller_wakeup, in cc_poller()
607 cl_event_construct(&p_cc->cc_poller_wakeup); in osm_congestion_control_init()
608 status = cl_event_init(&p_cc->cc_poller_wakeup, FALSE); in osm_congestion_control_init()
787 cl_event_signal(&p_cc->cc_poller_wakeup); in osm_congestion_control_destroy()
802 cl_event_destroy(&p_cc->cc_poller_wakeup); in osm_congestion_control_destroy()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_congestion_control.h91 cl_event_t cc_poller_wakeup; member