Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-tsd.c70 } tsd_hash_bin_t; typedef
76 tsd_hash_bin_t *ht_bins;
103 tsd_hash_bin_t *bin; in tsd_hash_search()
160 tsd_hash_bin_t *bin; in tsd_hash_add()
219 tsd_hash_bin_t *bin; in tsd_hash_add_key()
280 tsd_hash_bin_t *bin; in tsd_hash_add_pid()
340 table->ht_bins = kmem_zalloc(sizeof (tsd_hash_bin_t) * size, KM_SLEEP); in tsd_hash_table_init()
370 tsd_hash_bin_t *bin; in tsd_hash_table_fini()
390 kmem_free(table->ht_bins, sizeof (tsd_hash_bin_t)*(1<<table->ht_bits)); in tsd_hash_table_fini()
407 tsd_hash_bin_t *pid_entry_bin, *entry_bin; in tsd_remove_entry()
[all …]