Searched refs:CALLOUT_BUCKETS (Results 1 – 3 of 3) sorted by relevance
162 #define CALLOUT_BUCKETS (1 << CALLOUT_BUCKET_SHIFT) macro163 #define CALLOUT_BUCKET_MASK (CALLOUT_BUCKETS - 1)274 #define CALLOUT_MIN_REAP (CALLOUT_BUCKETS >> 3)
554 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()1175 for (i = 0; i < CALLOUT_BUCKETS; i++) { in callout_t_cb()1210 for (i = 0; i < CALLOUT_BUCKETS; i++) { in callout_t_cb()1473 callout_hash_t cot_idhash[CALLOUT_BUCKETS]; in calloutid()1540 size = sizeof (callout_hash_t) * CALLOUT_BUCKETS; in calloutid()
1820 size = sizeof (callout_hash_t) * CALLOUT_BUCKETS; in callout_hash_init()