FreeBSD kernel kern code
|
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 |
Definition at line 129 of file kern_clocksource.c.
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 |
Definition at line 133 of file kern_clocksource.c.
Referenced by configtimer(), cpu_activeclock(), cpu_idleclock(), cpu_initclocks_ap(), hardclockintr(), and timercb().