Home
last modified time | relevance | path

Searched refs:cl_timer_start (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_timer.h220 cl_timer_start(IN cl_timer_t * const p_timer, IN const uint32_t time_ms);
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mtl_transaction_mgr.c131 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 Dosm_vendor_umadt.c818 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 Dcl_timer.c315 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 Dlibosmcomp.map123 cl_timer_start;
H A Dcl_event_wheel.c173 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 Dosm_sm_state_mgr.c170 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 Dosm_sm.c145 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 Dosm_perfmgr.c1141 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 Dosm_subnet.c267 cl_timer_start(&p_sm->polling_timer, sminfo_polling_timeout); in opts_setup_sminfo_polling_timeout()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_perfmgr.h187 cl_timer_start(&p_perfmgr->sweep_timer, p_perfmgr->sweep_time_s * 1000); in osm_perfmgr_set_state()