Searched refs:entry_bin (Results 1 – 1 of 1) sorted by relevance
406 tsd_hash_bin_t *pid_entry_bin, *entry_bin; in tsd_remove_entry() local417 entry_bin = &table->ht_bins[hash]; in tsd_remove_entry()424 spin_lock(&entry_bin->hb_lock); in tsd_remove_entry()427 spin_unlock(&entry_bin->hb_lock); in tsd_remove_entry()593 tsd_hash_bin_t *dtor_entry_bin, *entry_bin; in tsd_destroy() local619 entry_bin = &table->ht_bins[hash]; in tsd_destroy()621 spin_lock(&entry_bin->hb_lock); in tsd_destroy()624 spin_unlock(&entry_bin->hb_lock); in tsd_destroy()656 tsd_hash_bin_t *pid_entry_bin, *entry_bin; in tsd_exit() local682 entry_bin = &table->ht_bins[hash]; in tsd_exit()[all …]