Searched refs:zvol_htable (Results 1 – 2 of 2) sorted by relevance
67 extern struct hlist_head *zvol_htable;68 #define ZVOL_HT_HEAD(hash) (&zvol_htable[(hash) & (ZVOL_HT_SIZE-1)])
94 struct hlist_head *zvol_htable; variable1715 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()