Home
last modified time | relevance | path

Searched refs:count_val (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/rcap/common/
H A Drcapd_conf.c52 uint64_t count_val; in rcfg_read() local
64 if (scf_read_count_property(simple_h, PRESSURE, &count_val) in rcfg_read()
70 if (count_val > 100) in rcfg_read()
74 = count_val; in rcfg_read()
80 if (scf_read_count_property(simple_h, RECONFIG_INT, &count_val) in rcfg_read()
86 _rcfg->rcfg_reconfiguration_interval = count_val; in rcfg_read()
91 if (scf_read_count_property(simple_h, REPORT_INT, &count_val) in rcfg_read()
97 _rcfg->rcfg_report_interval = count_val; in rcfg_read()
102 if (scf_read_count_property(simple_h, RSS_SAMPLE_INT, &count_val) in rcfg_read()
108 _rcfg->rcfg_rss_sample_interval = count_val; in rcfg_read()
[all …]
/titanic_50/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_timer.c399 int enable_val, count_val; in apic_timer_stop_count() local
410 count_val = apic_reg_ops->apic_read(APIC_CURR_COUNT); in apic_timer_stop_count()
411 ns_val = APIC_TICKS_TO_NSECS(count_val); in apic_timer_stop_count()