callout_hash_t
callout_hash_t cot_idhash[CALLOUT_BUCKETS];
size = sizeof (callout_hash_t) * CALLOUT_BUCKETS;
callout_hash_t cot_idhash[CALLOUT_BUCKETS];
callout_hash_t cot_clhash[CALLOUT_BUCKETS];
size = sizeof (callout_hash_t) * CALLOUT_BUCKETS;
callout_hash_t *hashp = &(hash); \
size = sizeof (callout_hash_t) * CALLOUT_BUCKETS;
callout_hash_t temp;
callout_hash_t *hashp = &(hash); \
callout_hash_t *hashp = &(hash); \
callout_hash_t cl_callouts; /* list of callouts */
callout_hash_t *ct_idhash; /* ID hash chains */
callout_hash_t *ct_clhash; /* callout list hash */
callout_hash_t ct_expired; /* list of expired callout lists */
callout_hash_t ct_queue; /* overflow queue of callouts */