Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzvol_impl.h67 extern struct hlist_head *zvol_htable;
68 #define ZVOL_HT_HEAD(hash) (&zvol_htable[(hash) & (ZVOL_HT_SIZE-1)])
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzvol.c94 struct hlist_head *zvol_htable; variable
1715 zvol_htable = kmem_alloc(ZVOL_HT_SIZE * sizeof (struct hlist_head), in zvol_init_impl()
1718 INIT_HLIST_HEAD(&zvol_htable[i]); in zvol_init_impl()
1736 kmem_free(zvol_htable, ZVOL_HT_SIZE * sizeof (struct hlist_head)); in zvol_fini_impl()