Lines Matching refs:ht_table
687 arc_buf_hdr_t **ht_table; member
875 for (hdr = buf_hash_table.ht_table[idx]; hdr != NULL; in buf_hash_find()
913 for (fhdr = buf_hash_table.ht_table[idx], i = 0; fhdr != NULL; in buf_hash_insert()
919 hdr->b_hash_next = buf_hash_table.ht_table[idx]; in buf_hash_insert()
920 buf_hash_table.ht_table[idx] = hdr; in buf_hash_insert()
947 hdrp = &buf_hash_table.ht_table[idx]; in buf_hash_remove()
959 if (buf_hash_table.ht_table[idx] && in buf_hash_remove()
960 buf_hash_table.ht_table[idx]->b_hash_next == NULL) in buf_hash_remove()
984 kmem_free(buf_hash_table.ht_table, in buf_fini()
1134 buf_hash_table.ht_table = in buf_init()
1136 if (buf_hash_table.ht_table == NULL) { in buf_init()