now_idle          233 drivers/thermal/cpu_cooling.c 	u64 now, now_idle, delta_time, delta_idle;
now_idle          236 drivers/thermal/cpu_cooling.c 	now_idle = get_cpu_idle_time(cpu, &now, 0);
now_idle          237 drivers/thermal/cpu_cooling.c 	delta_idle = now_idle - idle_time->time;
now_idle          245 drivers/thermal/cpu_cooling.c 	idle_time->time = now_idle;