Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dccompat.h77 struct hlist_head { struct
99 hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head() argument
126 #define HLIST_HEAD(name) struct hlist_head name = HLIST_HEAD_INIT
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem.c359 static struct hlist_head kmem_table[KMEM_TABLE_SIZE];
363 kmem_del_init(spinlock_t *lock, struct hlist_head *table, in kmem_del_init()
366 struct hlist_head *head; in kmem_del_init()
H A Dspl-tsd.c68 struct hlist_head hb_head;
128 tsd_hash_dtor(struct hlist_head *work) in tsd_hash_dtor()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzvol_impl.h67 extern struct hlist_head *zvol_htable;
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzvol.c94 struct hlist_head *zvol_htable;
1715 zvol_htable = kmem_alloc(ZVOL_HT_SIZE * sizeof (struct hlist_head), in zvol_init_impl()
1736 kmem_free(zvol_htable, ZVOL_HT_SIZE * sizeof (struct hlist_head)); in zvol_fini_impl()