FreeBSD kernel kern code
callout_cpu Struct Reference
Collaboration diagram for callout_cpu:

Data Fields

struct cc_mig_ent cc_migrating_entity
 
struct mtx cc_lock
 
struct callout * cc_callout
 
struct callout_tailq * cc_callwheel
 
struct callout_list cc_callfree
 
struct callout * cc_next
 
struct callout * cc_curr
 
void * cc_cookie
 
int cc_ticks
 
int cc_softticks
 
int cc_cancel
 
int cc_waiting
 
int cc_firsttick
 

Detailed Description

Definition at line 119 of file kern_timeout.c.

Field Documentation

struct callout_list callout_cpu::cc_callfree

Definition at line 124 of file kern_timeout.c.

Referenced by callout_cc_del(), and callout_cpu_init().

struct callout* callout_cpu::cc_callout

Definition at line 122 of file kern_timeout.c.

Referenced by callout_cpu_init(), kern_timeout_callwheel_alloc(), and start_softclock().

int callout_cpu::cc_cancel

Definition at line 130 of file kern_timeout.c.

Referenced by _callout_stop_safe(), callout_reset_on(), and softclock_call_cc().

void* callout_cpu::cc_cookie

Definition at line 127 of file kern_timeout.c.

Referenced by callout_tick(), and start_softclock().

struct callout* callout_cpu::cc_curr

Definition at line 126 of file kern_timeout.c.

Referenced by _callout_stop_safe(), callout_reset_on(), and softclock_call_cc().

int callout_cpu::cc_firsttick

Definition at line 132 of file kern_timeout.c.

Referenced by callout_cc_add(), callout_tick(), and callout_tickstofirst().

struct mtx callout_cpu::cc_lock
struct cc_mig_ent callout_cpu::cc_migrating_entity

Definition at line 120 of file kern_timeout.c.

struct callout* callout_cpu::cc_next

Definition at line 125 of file kern_timeout.c.

Referenced by _callout_stop_safe(), callout_reset_on(), and softclock().

int callout_cpu::cc_softticks

Definition at line 129 of file kern_timeout.c.

Referenced by callout_tick(), and softclock().

int callout_cpu::cc_ticks

Definition at line 128 of file kern_timeout.c.

Referenced by callout_cc_add(), callout_tick(), callout_tickstofirst(), and softclock().

int callout_cpu::cc_waiting

Definition at line 131 of file kern_timeout.c.

Referenced by _callout_stop_safe(), callout_reset_on(), and softclock_call_cc().


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