Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Darc.c746 arc_buf_hdr_t **ht_table; member
995 for (hdr = buf_hash_table.ht_table[idx]; hdr != NULL; in buf_hash_find()
1039 hdr->b_hash_next = buf_hash_table.ht_table[idx]; in buf_hash_insert()
1040 buf_hash_table.ht_table[idx] = hdr; in buf_hash_insert()
1067 hdrp = &buf_hash_table.ht_table[idx]; in buf_hash_remove()
1079 if (buf_hash_table.ht_table[idx] && in buf_hash_remove()
1101 vmem_free(buf_hash_table.ht_table, in buf_fini()
1104 kmem_free(buf_hash_table.ht_table, in buf_fini()
1246 buf_hash_table.ht_table = in buf_init()
1249 buf_hash_table.ht_table = in buf_init()
[all …]