Lines Matching refs:count_val
50 uint64_t count_val; in rcfg_read() local
62 if (scf_read_count_property(simple_h, PRESSURE, &count_val) in rcfg_read()
68 if (count_val > 100) in rcfg_read()
72 = count_val; in rcfg_read()
78 if (scf_read_count_property(simple_h, RECONFIG_INT, &count_val) in rcfg_read()
84 _rcfg->rcfg_reconfiguration_interval = count_val; in rcfg_read()
89 if (scf_read_count_property(simple_h, REPORT_INT, &count_val) in rcfg_read()
95 _rcfg->rcfg_report_interval = count_val; in rcfg_read()
100 if (scf_read_count_property(simple_h, RSS_SAMPLE_INT, &count_val) in rcfg_read()
106 _rcfg->rcfg_rss_sample_interval = count_val; in rcfg_read()
111 if (scf_read_count_property(simple_h, WALK_INT, &count_val) in rcfg_read()
117 _rcfg->rcfg_proc_walk_interval = count_val; in rcfg_read()