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

/linux-4.1.27/arch/x86/kernel/acpi/
H A Dcstate.c66 static struct cstate_entry __percpu *cpu_cstate_entry; /* per CPU ptr */ variable in typeref:struct:__percpu
124 if (!cpu_cstate_entry || c->cpuid_level < CPUID_MWAIT_LEAF) acpi_processor_ffh_cstate_probe()
130 percpu_entry = per_cpu_ptr(cpu_cstate_entry, cpu); acpi_processor_ffh_cstate_probe()
160 percpu_entry = per_cpu_ptr(cpu_cstate_entry, cpu); acpi_processor_ffh_cstate_enter()
172 cpu_cstate_entry = alloc_percpu(struct cstate_entry); ffh_cstate_init()
178 free_percpu(cpu_cstate_entry); ffh_cstate_exit()
179 cpu_cstate_entry = NULL; ffh_cstate_exit()

Completed in 88 milliseconds