Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dcallo.h162 #define CALLOUT_BUCKETS (1 << CALLOUT_BUCKET_SHIFT) macro
163 #define CALLOUT_BUCKET_MASK (CALLOUT_BUCKETS - 1)
274 #define CALLOUT_MIN_REAP (CALLOUT_BUCKETS >> 3)
/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()
1379 for (i = 0; i < CALLOUT_BUCKETS; i++) { in callout_t_cb()
1414 for (i = 0; i < CALLOUT_BUCKETS; i++) { in callout_t_cb()
1677 callout_hash_t cot_idhash[CALLOUT_BUCKETS]; in calloutid()
1744 size = sizeof (callout_hash_t) * CALLOUT_BUCKETS; in calloutid()
/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c1821 size = sizeof (callout_hash_t) * CALLOUT_BUCKETS; in callout_hash_init()