Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Darc.c784 typedef struct buf_hash_table { struct
790 static buf_hash_table_t buf_hash_table; variable
1077 buf_hash_table.ht_table[idx] = hdr; in buf_hash_insert()
1104 hdrp = &buf_hash_table.ht_table[idx]; in buf_hash_remove()
1116 if (buf_hash_table.ht_table[idx] && in buf_hash_remove()
1140 vmem_free(buf_hash_table.ht_table, in buf_fini()
1143 kmem_free(buf_hash_table.ht_table, in buf_fini()
1279 buf_hash_table.ht_mask = hsize - 1; in buf_init()
1285 buf_hash_table.ht_table = in buf_init()
1288 buf_hash_table.ht_table = in buf_init()
[all …]