Searched refs:cl_timer_start (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/include/complib/
H A Dcl_timer.h80 * cl_timer_start, cl_timer_stop
175 * Allows calling cl_timer_start and cl_timer_stop.
178 * Timer, cl_timer_construct, cl_timer_destroy, cl_timer_start,
210 /****f* Component Library: Timer/cl_timer_start
212 * cl_timer_start
215 * The cl_timer_start function sets a timer to expire after a given interval.
220 cl_timer_start(IN cl_timer_t * const p_timer, IN const uint32_t time_ms);
235 * cl_timer_start implicitly stops the timer before being scheduled.
264 * Timer, cl_timer_start, cl_timer_trim
307 * Timer, cl_timer_start, cl_timer_sto
[all...]
/freebsd-11-stable/contrib/ofed/opensm/complib/
H A Dcl_timer.c315 cl_status_t cl_timer_start(IN cl_timer_t * const p_timer, function
412 status = cl_timer_start(p_timer, time_ms);
H A Dcl_event_wheel.c173 cl_status = cl_timer_start(&p_event_wheel->timer, new_timeout);
350 * cl_timer_start() will invoke cl_timer_stop() by itself.
361 /* The timeout for the cl_timer_start should be given as uint32_t.
371 cl_status = cl_timer_start(&p_event_wheel->timer, to);
/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mtl_transaction_mgr.c131 cl_timer_start(&trans_mgr_p->madw_list_timer,
187 cl_timer_start(&trans_mgr_p->madw_list_timer, new_timeout);
422 cl_status = cl_timer_start(&trans_mgr_p->madw_list_timer,
H A Dosm_vendor_umadt.c818 cl_timer_start(&p_mad_bind_info->timeout_timer,
1102 cl_timer_start(&p_mad_bind_info->timeout_timer,
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_perfmgr.h187 cl_timer_start(&p_perfmgr->sweep_timer, p_perfmgr->sweep_time_s * 1000);
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_sm.c145 cl_timer_start(&sm->sweep_timer, sm->p_subn->opt.sweep_interval * 1000);
401 cl_timer_start(&p_sm->sweep_timer,
H A Dosm_sm_state_mgr.c170 cl_status = cl_timer_start(&sm->polling_timer, timeout);
248 cl_status = cl_timer_start(&sm->polling_timer, timeout);
H A Dosm_perfmgr.c1141 cl_timer_start(&pm->sweep_timer, pm->sweep_time_s * 1000);
1966 cl_timer_start(&pm->sweep_timer, pm->sweep_time_s * 1000);
H A Dosm_subnet.c267 cl_timer_start(&p_sm->polling_timer, sminfo_polling_timeout);

Completed in 190 milliseconds