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.c69 struct hlist_head hb_head; member
109 hlist_for_each(node, &bin->hb_head) { in tsd_hash_search()
194 hlist_add_head(&entry->he_list, &bin->hb_head); in tsd_hash_add()
259 hlist_add_head(&entry->he_list, &bin->hb_head); in tsd_hash_add_key()
301 hlist_add_head(&entry->he_list, &bin->hb_head); in tsd_hash_add_pid()
348 INIT_HLIST_HEAD(&table->ht_bins[hash].hb_head); in tsd_hash_table_init()
379 while (!hlist_empty(&bin->hb_head)) { in tsd_hash_table_fini()
380 entry = hlist_entry(bin->hb_head.first, in tsd_hash_table_fini()