Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-tsd.c68 struct hlist_head hb_head; member
108 hlist_for_each(node, &bin->hb_head) { in tsd_hash_search()
193 hlist_add_head(&entry->he_list, &bin->hb_head); in tsd_hash_add()
258 hlist_add_head(&entry->he_list, &bin->hb_head); in tsd_hash_add_key()
300 hlist_add_head(&entry->he_list, &bin->hb_head); in tsd_hash_add_pid()
347 INIT_HLIST_HEAD(&table->ht_bins[hash].hb_head); in tsd_hash_table_init()
378 while (!hlist_empty(&bin->hb_head)) { in tsd_hash_table_fini()
379 entry = hlist_entry(bin->hb_head.first, in tsd_hash_table_fini()