Searched refs:hb_head (Results 1 – 1 of 1) sorted by relevance
68 struct hlist_head hb_head; member108 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()