Searched refs:osm_sm_signal (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_sm_state_mgr.c | 336 osm_sm_signal(sm, OSM_SIGNAL_SWEEP); in osm_sm_state_mgr_process() 360 osm_sm_signal(sm, OSM_SIGNAL_SWEEP); in osm_sm_state_mgr_process() 390 osm_sm_signal(sm, OSM_SIGNAL_SWEEP); in osm_sm_state_mgr_process() 456 osm_sm_signal(sm, OSM_SIGNAL_SWEEP); in osm_sm_state_mgr_process()
|
H A D | osm_sm.c | 144 osm_sm_signal(sm, OSM_SIGNAL_SWEEP); in sm_sweep() 409 void osm_sm_signal(osm_sm_t * p_sm, osm_signal_t signal) in osm_sm_signal() function 420 osm_sm_signal(p_sm, OSM_SIGNAL_SWEEP); in osm_sm_sweep() 450 osm_sm_signal(sm, OSM_SIGNAL_IDLE_TIME_PROCESS_REQUEST); in osm_sm_reroute_mlid()
|
H A D | osm_sa_guidinfo_record.c | 478 osm_sm_signal(sa->sm, OSM_SIGNAL_GUID_PROCESS_REQUEST); in del_guidinfo() 707 osm_sm_signal(sa->sm, OSM_SIGNAL_GUID_PROCESS_REQUEST); in set_guidinfo()
|
H A D | osm_trap_rcv.c | 619 osm_sm_signal(sm, OSM_SIGNAL_SWEEP); in trap_rcv_process_request()
|
H A D | osm_state_mgr.c | 1696 osm_sm_signal(sm, OSM_SIGNAL_SWEEP); in do_sweep()
|
H A D | osm_console.c | 1617 osm_sm_signal(&p_osm->sm, OSM_SIGNAL_PERFMGR_SWEEP); in perfmgr_parse()
|
H A D | osm_perfmgr.c | 1140 osm_sm_signal(pm->sm, OSM_SIGNAL_PERFMGR_SWEEP); in perfmgr_sweep()
|
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_perfmgr.h | 259 osm_sm_signal(p_perfmgr->sm, OSM_SIGNAL_PERFMGR_SWEEP); in osm_perfmgr_set_sweep_time_s()
|
H A D | osm_sm.h | 326 void osm_sm_signal(IN osm_sm_t * p_sm, osm_signal_t signal);
|