Home
last modified time | relevance | path

Searched refs:perfmgr_rm_nodes (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h366 int perfmgr_rm_nodes; member
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_subnet.c856 { "perfmgr_rm_nodes", OPT_OFFSET(perfmgr_rm_nodes), opts_parse_boolean, NULL, 0 },
1596 p_opt->perfmgr_rm_nodes = TRUE; in osm_subn_set_default_opt()
2719 p_opts->perfmgr_rm_nodes ? "TRUE" : "FALSE", in osm_subn_output_conf()
H A Dosm_perfmgr.c1986 pm->rm_nodes = p_opt->perfmgr_rm_nodes; in osm_perfmgr_init()