Home
last modified time | relevance | path

Searched refs:callout_hash_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dcallo.h218 } callout_hash_t; typedef
245 callout_hash_t cl_callouts; /* list of callouts */
358 callout_hash_t *ct_idhash; /* ID hash chains */
359 callout_hash_t *ct_clhash; /* callout list hash */
372 callout_hash_t ct_expired; /* list of expired callout lists */
377 callout_hash_t ct_queue; /* overflow queue of callouts */
/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c84 callout_hash_t *hashp = &(hash); \
97 callout_hash_t *hashp = &(hash); \
110 callout_hash_t *hashp = &(hash); \
443 callout_hash_t temp; in callout_queue_process()
1821 size = sizeof (callout_hash_t) * CALLOUT_BUCKETS; in callout_hash_init()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c758 callout_hash_t cot_idhash[CALLOUT_BUCKETS];
759 callout_hash_t cot_clhash[CALLOUT_BUCKETS];
811 size = sizeof (callout_hash_t) * CALLOUT_BUCKETS; in callout_table_walk_step()
1677 callout_hash_t cot_idhash[CALLOUT_BUCKETS]; in calloutid()
1744 size = sizeof (callout_hash_t) * CALLOUT_BUCKETS; in calloutid()