Searched refs:cl_timer_start (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/ofed/opensm/include/complib/ |
H A D | cl_timer.h | 220 cl_timer_start(IN cl_timer_t * const p_timer, IN const uint32_t time_ms);
|
/freebsd/contrib/ofed/opensm/libvendor/ |
H A D | osm_vendor_mtl_transaction_mgr.c | 131 cl_timer_start(&trans_mgr_p->madw_list_timer, in __osm_transaction_mgr_callback() 187 cl_timer_start(&trans_mgr_p->madw_list_timer, new_timeout); in __osm_transaction_mgr_callback() 422 cl_status = cl_timer_start(&trans_mgr_p->madw_list_timer, in osm_transaction_mgr_insert_madw()
|
H A D | osm_vendor_umadt.c | 818 cl_timer_start(&p_mad_bind_info->timeout_timer, in osm_vendor_bind() 1102 cl_timer_start(&p_mad_bind_info->timeout_timer, in __osm_vendor_timer_callback()
|
/freebsd/contrib/ofed/opensm/complib/ |
H A D | cl_timer.c | 315 cl_status_t cl_timer_start(IN cl_timer_t * const p_timer, in cl_timer_start() function 412 status = cl_timer_start(p_timer, time_ms); in cl_timer_trim()
|
H A D | libosmcomp.map | 123 cl_timer_start;
|
H A D | cl_event_wheel.c | 173 cl_status = cl_timer_start(&p_event_wheel->timer, new_timeout); in __cl_event_wheel_callback() 371 cl_status = cl_timer_start(&p_event_wheel->timer, to); in cl_event_wheel_reg()
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_sm_state_mgr.c | 170 cl_status = cl_timer_start(&sm->polling_timer, timeout); in sm_state_mgr_start_polling() 248 cl_status = cl_timer_start(&sm->polling_timer, timeout); in osm_sm_state_mgr_polling_callback()
|
H A D | osm_sm.c | 145 cl_timer_start(&sm->sweep_timer, sm->p_subn->opt.sweep_interval * 1000); in sm_sweep() 401 cl_timer_start(&p_sm->sweep_timer, in osm_sm_init()
|
H A D | osm_perfmgr.c | 1141 cl_timer_start(&pm->sweep_timer, pm->sweep_time_s * 1000); in perfmgr_sweep() 1984 cl_timer_start(&pm->sweep_timer, pm->sweep_time_s * 1000); in osm_perfmgr_init()
|
H A D | osm_subnet.c | 267 cl_timer_start(&p_sm->polling_timer, sminfo_polling_timeout); in opts_setup_sminfo_polling_timeout()
|
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_perfmgr.h | 187 cl_timer_start(&p_perfmgr->sweep_timer, p_perfmgr->sweep_time_s * 1000); in osm_perfmgr_set_state()
|