Home
last modified time | relevance | path

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

/titanic_50/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 */
/titanic_50/usr/src/uts/common/os/
H A Dcallout.c83 callout_hash_t *hashp = &(hash); \
96 callout_hash_t *hashp = &(hash); \
109 callout_hash_t *hashp = &(hash); \
442 callout_hash_t temp; in callout_queue_process()
1820 size = sizeof (callout_hash_t) * CALLOUT_BUCKETS; in callout_hash_init()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c554 callout_hash_t cot_idhash[CALLOUT_BUCKETS];
555 callout_hash_t cot_clhash[CALLOUT_BUCKETS];
607 size = sizeof (callout_hash_t) * CALLOUT_BUCKETS; in callout_table_walk_step()
1473 callout_hash_t cot_idhash[CALLOUT_BUCKETS]; in calloutid()
1540 size = sizeof (callout_hash_t) * CALLOUT_BUCKETS; in calloutid()