Home
last modified time | relevance | path

Searched refs:OSM_SIGNAL_PERFMGR_SWEEP (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/ofed/management/opensm/include/opensm/
HDosm_perfmgr.h161 osm_sm_signal(p_perfmgr->sm, OSM_SIGNAL_PERFMGR_SWEEP); in osm_perfmgr_set_state()
206 osm_sm_signal(p_perfmgr->sm, OSM_SIGNAL_PERFMGR_SWEEP); in osm_perfmgr_set_sweep_time_s()
HDosm_base.h796 #define OSM_SIGNAL_PERFMGR_SWEEP 3 macro
/NextBSD/contrib/ofed/management/opensm/opensm/
HDosm_sm.c86 if (signal == OSM_SIGNAL_PERFMGR_SWEEP) in osm_sm_process()
HDosm_perfmgr.c841 osm_sm_signal(pm->sm, OSM_SIGNAL_PERFMGR_SWEEP); in perfmgr_sweep()