Searched refs:cpu_cstate_entry (Results 1 – 1 of 1) sorted by relevance
118 static struct cstate_entry __percpu *cpu_cstate_entry; /* per CPU ptr */ variable177 if (!cpu_cstate_entry || c->cpuid_level < CPUID_LEAF_MWAIT) in acpi_processor_ffh_cstate_probe()183 percpu_entry = per_cpu_ptr(cpu_cstate_entry, cpu); in acpi_processor_ffh_cstate_probe()214 percpu_entry = per_cpu_ptr(cpu_cstate_entry, cpu); in acpi_processor_ffh_play_dead()224 percpu_entry = per_cpu_ptr(cpu_cstate_entry, cpu); in acpi_processor_ffh_cstate_enter()239 cpu_cstate_entry = alloc_percpu(struct cstate_entry); in ffh_cstate_init()245 free_percpu(cpu_cstate_entry); in ffh_cstate_exit()246 cpu_cstate_entry = NULL; in ffh_cstate_exit()
Completed in 4 milliseconds