Searched refs:cl_timer_trim (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/include/complib/
H A Dcl_timer.h242 * Timer, cl_timer_stop, cl_timer_trim
264 * Timer, cl_timer_start, cl_timer_trim
267 /****f* Component Library: Timer/cl_timer_trim
269 * cl_timer_trim
272 * The cl_timer_trim function pulls in the absolute expiration
282 cl_timer_trim(IN cl_timer_t * const p_timer, IN const uint32_t time_ms);
297 * cl_timer_trim has no effect if the time interval is greater than the
300 * If the new interval time is less than the remaining time, cl_timer_trim
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_sa_service_record.c575 cl_timer_trim(&sa->sr_timer,
580 cl_timer_trim(&sa->sr_timer, 1000);
798 cl_timer_trim(&sa->sr_timer, trim_time * 1000); /* Convert to milli seconds */
H A Dosm_sa.c908 cl_timer_trim(&p_osm->sa.sr_timer, 1000);
/freebsd-11-stable/contrib/ofed/opensm/complib/
H A Dcl_timer.c388 cl_status_t cl_timer_trim(IN cl_timer_t * const p_timer, function
/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mtl_transaction_mgr.c366 cl_timer_trim(&trans_mgr_p->madw_list_timer, 1);

Completed in 177 milliseconds