Searched refs:zvol_htable (Results 1 – 2 of 2) sorted by relevance
93 extern struct hlist_head *zvol_htable;94 #define ZVOL_HT_HEAD(hash) (&zvol_htable[(hash) & (ZVOL_HT_SIZE-1)])
108 struct hlist_head *zvol_htable; variable2175 zvol_htable = kmem_alloc(ZVOL_HT_SIZE * sizeof (struct hlist_head), in zvol_init_impl()2178 INIT_HLIST_HEAD(&zvol_htable[i]); in zvol_init_impl()2190 kmem_free(zvol_htable, ZVOL_HT_SIZE * sizeof (struct hlist_head)); in zvol_fini_impl()