Searched refs:ht_table (Results 1 – 3 of 3) sorted by relevance
107 ht->ht_table = (HT_TABLE_ENTRY *)((char *)ht + sizeof (HT_HANDLE)); in ht_create_table()120 bzero(&ht->ht_table[i], sizeof (HT_TABLE_ENTRY)); in ht_create_table()266 item->hi_next = handle->ht_table[h_index].he_head; in ht_add_item()267 handle->ht_table[h_index].he_head = item; in ht_add_item()269 handle->ht_table[h_index].he_count++; in ht_add_item()325 cur = handle->ht_table[h_index].he_head; in ht_remove_item()333 handle->ht_table[h_index].he_head = in ht_remove_item()349 handle->ht_table[h_index].he_count--; in ht_remove_item()387 cur = handle->ht_table[h_index].he_head; in ht_find_item()449 cur = handle->ht_table[i].he_head; in ht_clean_table()[all …]
112 HT_TABLE_ENTRY *ht_table; member
835 arc_buf_hdr_t **ht_table; member999 for (hdr = buf_hash_table.ht_table[idx]; hdr != NULL; in buf_hash_find()1037 for (fhdr = buf_hash_table.ht_table[idx], i = 0; fhdr != NULL; in buf_hash_insert()1043 hdr->b_hash_next = buf_hash_table.ht_table[idx]; in buf_hash_insert()1044 buf_hash_table.ht_table[idx] = hdr; in buf_hash_insert()1071 hdrp = &buf_hash_table.ht_table[idx]; in buf_hash_remove()1083 if (buf_hash_table.ht_table[idx] && in buf_hash_remove()1084 buf_hash_table.ht_table[idx]->b_hash_next == NULL) in buf_hash_remove()1100 kmem_free(buf_hash_table.ht_table, in buf_fini()1225 buf_hash_table.ht_table = in buf_init()[all …]