Searched refs:prev_cpu_nice (Results 1 – 2 of 2) sorted by relevance
111 j_cdbs->prev_cpu_nice = kcpustat_cpu(j).cpustat[CPUTIME_NICE]; in gov_update_cpu_data()157 idle_time += div_u64(cur_nice - j_cdbs->prev_cpu_nice, NSEC_PER_USEC); in dbs_update()158 j_cdbs->prev_cpu_nice = cur_nice; in dbs_update()534 j_cdbs->prev_cpu_nice = kcpustat_cpu(j).cpustat[CPUTIME_NICE]; in cpufreq_dbs_governor_start()
116 u64 prev_cpu_nice; member