Home
last modified time | relevance | path

Searched refs:ht_table (Results 1 – 1 of 1) sorted by relevance

/trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDarc.c711 arc_buf_hdr_t **ht_table; member
939 for (hdr = buf_hash_table.ht_table[idx]; hdr != NULL; in buf_hash_find()
970 for (fhdr = buf_hash_table.ht_table[idx], i = 0; fhdr != NULL; in buf_hash_insert()
976 hdr->b_hash_next = buf_hash_table.ht_table[idx]; in buf_hash_insert()
977 buf_hash_table.ht_table[idx] = hdr; in buf_hash_insert()
1004 hdrp = &buf_hash_table.ht_table[idx]; in buf_hash_remove()
1016 if (buf_hash_table.ht_table[idx] && in buf_hash_remove()
1017 buf_hash_table.ht_table[idx]->b_hash_next == NULL) in buf_hash_remove()
1032 kmem_free(buf_hash_table.ht_table, in buf_fini()
1132 buf_hash_table.ht_table = in buf_init()
[all …]