Searched refs:t_buckets (Results 1 – 2 of 2) sorted by relevance
62 domain_heads = Cast(domain_tbl.t_buckets, 'queue_chain_t *')94 entry_heads = Cast(entry_tbl.t_buckets, 'queue_chain_t *')
181 queue_head_t *t_buckets; member193 return &table->t_buckets[idx]; in get_bucket()243 queue_init(&table->t_buckets[i]); in table_init()259 table->t_buckets = kalloc_type(queue_head_t, nbuckets, in table_alloc()270 const queue_head_t *head = &table->t_buckets[i];294 .t_buckets = (queue_chain_t *)(queue_chain_t[TABLE_LEN]){},