Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
A Dcpufreq_governor.c108 j_cdbs->prev_cpu_nice = kcpustat_field(&kcpustat_cpu(j), CPUTIME_NICE, j); in gov_update_cpu_data()
154 idle_time += div_u64(cur_nice - j_cdbs->prev_cpu_nice, NSEC_PER_USEC); in dbs_update()
155 j_cdbs->prev_cpu_nice = cur_nice; in dbs_update()
533 j_cdbs->prev_cpu_nice = kcpustat_field(&kcpustat_cpu(j), CPUTIME_NICE, j); in cpufreq_dbs_governor_start()
A Dcpufreq_governor.h113 u64 prev_cpu_nice; member

Completed in 4 milliseconds