Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rcap/common/
H A Drcapd_conf.c50 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()
[all …]
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_timer.c378 int enable_val, count_val; in apic_timer_stop_count() local
389 count_val = apic_reg_ops->apic_read(APIC_CURR_COUNT); in apic_timer_stop_count()
390 ns_val = APIC_TICKS_TO_NSECS(count_val); in apic_timer_stop_count()