Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/cpufreq/
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()
539 j_cdbs->prev_cpu_nice = kcpustat_field(&kcpustat_cpu(j), CPUTIME_NICE, j); in cpufreq_dbs_governor_start()
Dcpufreq_governor.h112 u64 prev_cpu_nice; member