|
FreeBSD kernel kern code
|

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 |
Definition at line 119 of file kern_timeout.c.
| 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().
| struct callout_tailq* callout_cpu::cc_callwheel |
Definition at line 123 of file kern_timeout.c.
Referenced by _callout_stop_safe(), callout_cc_add(), callout_cpu_init(), callout_reset_on(), callout_tick(), callout_tickstofirst(), kern_timeout_callwheel_alloc(), softclock(), 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 |
Definition at line 121 of file kern_timeout.c.
Referenced by _callout_stop_safe(), callout_cpu_init(), callout_tick(), and callout_tickstofirst().
| 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().