FreeBSD kernel kern code
pcpu_state Struct Reference

Data Fields

struct mtx et_hw_mtx
 
u_int action
 
u_int handle
 
struct bintime now
 
struct bintime nextevent
 
struct bintime nexttick
 
struct bintime nexthard
 
struct bintime nextstat
 
struct bintime nextprof
 
int ipi
 
int idle
 

Detailed Description

Definition at line 129 of file kern_clocksource.c.

Field Documentation

u_int pcpu_state::action

Definition at line 131 of file kern_clocksource.c.

Referenced by configtimer(), and doconfigtimer().

struct mtx pcpu_state::et_hw_mtx

Definition at line 130 of file kern_clocksource.c.

Referenced by cpu_initclocks_bsp().

u_int pcpu_state::handle

Definition at line 132 of file kern_clocksource.c.

Referenced by doconfigtimer().

int pcpu_state::idle

Definition at line 143 of file kern_clocksource.c.

Referenced by cpu_activeclock(), cpu_idleclock(), getnextevent(), and handleevents().

int pcpu_state::ipi

Definition at line 142 of file kern_clocksource.c.

Referenced by timercb().

struct bintime pcpu_state::nextevent

Definition at line 134 of file kern_clocksource.c.

Referenced by configtimer(), cpu_idleclock(), getnextevent(), handleevents(), and timercb().

struct bintime pcpu_state::nexthard

Definition at line 136 of file kern_clocksource.c.

Referenced by configtimer(), getnextcpuevent(), and handleevents().

struct bintime pcpu_state::nextprof

Definition at line 138 of file kern_clocksource.c.

Referenced by configtimer(), getnextcpuevent(), and handleevents().

struct bintime pcpu_state::nextstat

Definition at line 137 of file kern_clocksource.c.

Referenced by configtimer(), getnextcpuevent(), and handleevents().

struct bintime pcpu_state::nexttick

Definition at line 135 of file kern_clocksource.c.

Referenced by configtimer(), loadtimer(), and timercb().

struct bintime pcpu_state::now

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