Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-tsd.c407 tsd_hash_bin_t *pid_entry_bin, *entry_bin; in tsd_remove_entry() local
418 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() local
620 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() local
683 entry_bin = &table->ht_bins[hash]; in tsd_exit()
[all …]