FreeBSD kernel kern code
cpufreq_softc Struct Reference

Data Fields

struct sx lock
 
struct cf_level curr_level
 
int curr_priority
 

Detailed Description

Definition at line 68 of file kern_cpu.c.

Field Documentation

struct cf_level cpufreq_softc::curr_level

Definition at line 70 of file kern_cpu.c.

Referenced by cf_get_method(), cf_set_method(), and cpufreq_attach().

int cpufreq_softc::curr_priority

Definition at line 71 of file kern_cpu.c.

Referenced by cf_set_method().

struct sx cpufreq_softc::lock

The documentation for this struct was generated from the following file: