|
|
| version 1.7, 2004/01/30 05:42:17 | version 1.8, 2004/03/15 20:23:48 |
|---|---|
| Line 61 int callwheelsize, callwheelbits, callwh | Line 61 int callwheelsize, callwheelbits, callwh |
| struct callout_tailq *callwheel; | struct callout_tailq *callwheel; |
| int softticks; /* Like ticks, but for softclock(). */ | int softticks; /* Like ticks, but for softclock(). */ |
| static struct callout *nextsoftcheck; /* Next callout to be checked. */ | static volatile struct callout *nextsoftcheck; /* Next callout to checked. */ |
| /* | /* |
| * The callout mechanism is based on the work of Adam M. Costello and | * The callout mechanism is based on the work of Adam M. Costello and |