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

/freebsd-10-stable/contrib/ofed/management/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-10-stable/contrib/ofed/management/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,
1112 cl_timer_start(&p_mad_bind_info->timeout_timer,
/freebsd-10-stable/contrib/ofed/management/opensm/complib/
H A Dcl_timer.c301 cl_timer_start(IN cl_timer_t * const p_timer, IN const uint32_t time_ms) function
419 status = cl_timer_start(p_timer, time_ms);
H A Dcl_event_wheel.c175 cl_status = cl_timer_start(&p_event_wheel->timer, new_timeout);
356 * cl_timer_start() will invoke cl_timer_stop() by itself.
367 /* The timeout for the cl_timer_start should be given as uint32_t.
377 cl_status = cl_timer_start(&p_event_wheel->timer, to);
/freebsd-10-stable/contrib/ofed/management/opensm/opensm/
H A Dosm_sm_state_mgr.c149 cl_status = cl_timer_start(&sm->polling_timer, timeout);
213 cl_status = cl_timer_start(&sm->polling_timer, timeout);
H A Dosm_sm.c144 cl_timer_start(&sm->sweep_timer, sm->p_subn->opt.sweep_interval * 1000);
398 cl_timer_start(&p_sm->sweep_timer,
H A Dosm_perfmgr.c842 cl_timer_start(&pm->sweep_timer, pm->sweep_time_s * 1000);
1258 cl_timer_start(&pm->sweep_timer, pm->sweep_time_s * 1000);

Completed in 167 milliseconds