Searched refs:haltpoll_cpuidle_devices (Results 1 – 1 of 1) sorted by relevance
25 static struct cpuidle_device __percpu *haltpoll_cpuidle_devices; variable60 dev = per_cpu_ptr(haltpoll_cpuidle_devices, cpu); in haltpoll_cpu_online()77 dev = per_cpu_ptr(haltpoll_cpuidle_devices, cpu); in haltpoll_cpu_offline()92 free_percpu(haltpoll_cpuidle_devices); in haltpoll_uninit()93 haltpoll_cpuidle_devices = NULL; in haltpoll_uninit()119 haltpoll_cpuidle_devices = alloc_percpu(struct cpuidle_device); in haltpoll_init()120 if (haltpoll_cpuidle_devices == NULL) { in haltpoll_init()