Home
last modified time | relevance | path

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

/NextBSD/contrib/ofed/management/opensm/include/opensm/
HDosm_perfmgr.h128 uint16_t sweep_time_s; member
205 p_perfmgr->sweep_time_s = time_s; in osm_perfmgr_set_sweep_time_s()
211 return (p_perfmgr->sweep_time_s); in osm_perfmgr_get_sweep_time_s()
/NextBSD/contrib/ofed/management/opensm/opensm/
HDosm_perfmgr.c842 cl_timer_start(&pm->sweep_timer, pm->sweep_time_s * 1000); in perfmgr_sweep()
1237 pm->sweep_time_s = p_opt->perfmgr_sweep_time_s; in osm_perfmgr_init()
1258 cl_timer_start(&pm->sweep_timer, pm->sweep_time_s * 1000); in osm_perfmgr_init()