Searched refs:perfmgr_sweep_time_s (Results 1 – 4 of 4) sorted by relevance
362 uint16_t perfmgr_sweep_time_s; member
852 { "perfmgr_sweep_time_s", OPT_OFFSET(perfmgr_sweep_time_s), opts_parse_uint16, NULL, 0 },1591 p_opt->perfmgr_sweep_time_s = OSM_PERFMGR_DEFAULT_SWEEP_TIME_S; in osm_subn_set_default_opt()2118 if (p_opts->perfmgr_sweep_time_s < 1) { in osm_subn_verify_config()2121 p_opts->perfmgr_sweep_time_s, in osm_subn_verify_config()2123 p_opts->perfmgr_sweep_time_s = OSM_PERFMGR_DEFAULT_SWEEP_TIME_S; in osm_subn_verify_config()2715 p_opts->perfmgr_sweep_time_s, in osm_subn_output_conf()
1095 opt.perfmgr_sweep_time_s = atoi(optarg); in main()
1957 pm->sweep_time_s = p_opt->perfmgr_sweep_time_s; in osm_perfmgr_init()