FreeBSD kernel kern code
pcpu_state Struct Reference

Data Fields

struct mtx et_hw_mtx
 
u_int action
 
u_int handle
 
sbintime_t now
 
sbintime_t nextevent
 
sbintime_t nexttick
 
sbintime_t nexthard
 
sbintime_t nextstat
 
sbintime_t nextprof
 
sbintime_t nextcall
 
sbintime_t nextcallopt
 
int ipi
 
int idle
 

Detailed Description

Definition at line 113 of file kern_clocksource.c.

Field Documentation

◆ action

u_int pcpu_state::action

Definition at line 115 of file kern_clocksource.c.

Referenced by configtimer(), and doconfigtimer().

◆ et_hw_mtx

struct mtx pcpu_state::et_hw_mtx

Definition at line 114 of file kern_clocksource.c.

Referenced by cpu_initclocks_bsp().

◆ handle

u_int pcpu_state::handle

Definition at line 116 of file kern_clocksource.c.

Referenced by cpu_new_callout(), and doconfigtimer().

◆ idle

int pcpu_state::idle

Definition at line 126 of file kern_clocksource.c.

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

◆ ipi

int pcpu_state::ipi

Definition at line 125 of file kern_clocksource.c.

Referenced by timercb().

◆ nextcall

sbintime_t pcpu_state::nextcall

◆ nextcallopt

sbintime_t pcpu_state::nextcallopt

Definition at line 124 of file kern_clocksource.c.

Referenced by configtimer(), cpu_initclocks_bsp(), cpu_new_callout(), and handleevents().

◆ nextevent

sbintime_t pcpu_state::nextevent

◆ nexthard

sbintime_t pcpu_state::nexthard

Definition at line 120 of file kern_clocksource.c.

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

◆ nextprof

sbintime_t pcpu_state::nextprof

Definition at line 122 of file kern_clocksource.c.

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

◆ nextstat

sbintime_t pcpu_state::nextstat

Definition at line 121 of file kern_clocksource.c.

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

◆ nexttick

sbintime_t pcpu_state::nexttick

Definition at line 119 of file kern_clocksource.c.

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

◆ now


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