Searched refs:b_hash_next (Results 1 – 2 of 2) sorted by relevance
535 arc_buf_hdr_t *b_hash_next; member
1085 hdr = hdr->b_hash_next) { in buf_hash_find()1123 fhdr = fhdr->b_hash_next, i++) { in buf_hash_insert()1128 hdr->b_hash_next = buf_hash_table.ht_table[idx]; in buf_hash_insert()1156 hdrp = &fhdr->b_hash_next; in buf_hash_remove()1158 *hdrp = hdr->b_hash_next; in buf_hash_remove()1159 hdr->b_hash_next = NULL; in buf_hash_remove()1165 buf_hash_table.ht_table[idx]->b_hash_next == NULL) in buf_hash_remove()3750 ASSERT0P(hdr->b_hash_next); in arc_hdr_destroy()