Home
last modified time | relevance | path

Searched refs:sweep_time_s (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_perfmgr.h147 uint16_t sweep_time_s; member
187 cl_timer_start(&p_perfmgr->sweep_timer, p_perfmgr->sweep_time_s * 1000); in osm_perfmgr_set_state()
258 p_perfmgr->sweep_time_s = time_s; in osm_perfmgr_set_sweep_time_s()
264 return p_perfmgr->sweep_time_s; in osm_perfmgr_get_sweep_time_s()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_perfmgr.c1141 cl_timer_start(&pm->sweep_timer, pm->sweep_time_s * 1000); in perfmgr_sweep()
1957 pm->sweep_time_s = p_opt->perfmgr_sweep_time_s; in osm_perfmgr_init()
1984 cl_timer_start(&pm->sweep_timer, pm->sweep_time_s * 1000); in osm_perfmgr_init()