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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/acpi/
H A Dcstate.c56 static struct cstate_entry *cpu_cstate_entry; /* per CPU ptr */ variable in typeref:struct:cstate_entry
84 if (!cpu_cstate_entry || c->cpuid_level < CPUID_MWAIT_LEAF )
90 percpu_entry = per_cpu_ptr(cpu_cstate_entry, cpu);
141 percpu_entry = per_cpu_ptr(cpu_cstate_entry, cpu);
153 cpu_cstate_entry = alloc_percpu(struct cstate_entry);
159 free_percpu(cpu_cstate_entry);
160 cpu_cstate_entry = NULL;

Completed in 95 milliseconds