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

/freebsd-13-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.
179 * cl_timer_stop, cl_pfn_timer_callback_t
242 * Timer, cl_timer_stop, cl_timer_trim
245 /****f* Component Library: Timer/cl_timer_stop
247 * cl_timer_stop
250 * The cl_timer_stop function stops a pending timer from expiring.
254 void cl_timer_stop(IN cl_timer_t * const p_timer);
307 * Timer, cl_timer_start, cl_timer_stop
/freebsd-13-stable/contrib/ofed/opensm/complib/
H A Dcl_timer.c248 cl_timer_stop(p_timer);
355 void cl_timer_stop(IN cl_timer_t * const p_timer) function
/freebsd-13-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_perfmgr.h189 cl_timer_stop(&p_perfmgr->sweep_timer);
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_sm.c194 cl_timer_stop(&p_sm->polling_timer);
195 cl_timer_stop(&p_sm->sweep_timer);
H A Dosm_sa.c110 cl_timer_stop(&p_sa->sr_timer);
H A Dosm_perfmgr.c1147 cl_timer_stop(&pm->sweep_timer);
H A Dosm_subnet.c266 cl_timer_stop(&p_sm->polling_timer);
/freebsd-13-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mtl_transaction_mgr.c419 cl_timer_stop(&trans_mgr_p->madw_list_timer);

Completed in 221 milliseconds