Searched refs:prev_cpu_nice (Results 1 – 2 of 2) sorted by relevance
108 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()
112 u64 prev_cpu_nice; member