Home
last modified time | relevance | path

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

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