callout_circq
struct callout_circq cc_todo; /* Worklist */
struct callout_circq cc_wheel[BUCKETS]; /* Queues of timeouts */
db_show_callout_bucket(struct callout_cpu *cc, struct callout_circq *kbucket,
struct callout_circq *bucket)
struct callout_circq *list;
struct callout_circq *list;
struct callout_circq c_list; /* linkage on queue */