Searched refs:count_val (Results 1 – 2 of 2) sorted by relevance
52 uint64_t count_val; in rcfg_read() local64 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 …]
399 int enable_val, count_val; in apic_timer_stop_count() local410 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()