Searched refs:intel_idle_cpuidle_devices (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/idle/
H A Dintel_idle.c97 static struct cpuidle_device __percpu *intel_idle_cpuidle_devices; variable in typeref:struct:__percpu
800 dev = per_cpu_ptr(intel_idle_cpuidle_devices, hotcpu); cpu_hotplug_notify()
988 dev = per_cpu_ptr(intel_idle_cpuidle_devices, i); for_each_online_cpu()
992 free_percpu(intel_idle_cpuidle_devices);
1165 dev = per_cpu_ptr(intel_idle_cpuidle_devices, cpu); intel_idle_cpu_init()
1205 intel_idle_cpuidle_devices = alloc_percpu(struct cpuidle_device); intel_idle_init()
1206 if (intel_idle_cpuidle_devices == NULL) intel_idle_init()

Completed in 301 milliseconds