Searched refs:entry_bin (Results 1 – 1 of 1) sorted by relevance
407 tsd_hash_bin_t *pid_entry_bin, *entry_bin; in tsd_remove_entry() local418 entry_bin = &table->ht_bins[hash]; in tsd_remove_entry()425 spin_lock(&entry_bin->hb_lock); in tsd_remove_entry()428 spin_unlock(&entry_bin->hb_lock); in tsd_remove_entry()594 tsd_hash_bin_t *dtor_entry_bin, *entry_bin; in tsd_destroy() local620 entry_bin = &table->ht_bins[hash]; in tsd_destroy()622 spin_lock(&entry_bin->hb_lock); in tsd_destroy()625 spin_unlock(&entry_bin->hb_lock); in tsd_destroy()657 tsd_hash_bin_t *pid_entry_bin, *entry_bin; in tsd_exit() local683 entry_bin = &table->ht_bins[hash]; in tsd_exit()[all …]