Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-tsd.c69 } tsd_hash_bin_t; typedef
75 tsd_hash_bin_t *ht_bins;
102 tsd_hash_bin_t *bin; in tsd_hash_search()
159 tsd_hash_bin_t *bin; in tsd_hash_add()
218 tsd_hash_bin_t *bin; in tsd_hash_add_key()
279 tsd_hash_bin_t *bin; in tsd_hash_add_pid()
339 table->ht_bins = kmem_zalloc(sizeof (tsd_hash_bin_t) * size, KM_SLEEP); in tsd_hash_table_init()
369 tsd_hash_bin_t *bin; in tsd_hash_table_fini()
406 tsd_hash_bin_t *pid_entry_bin, *entry_bin; in tsd_remove_entry()
593 tsd_hash_bin_t *dtor_entry_bin, *entry_bin; in tsd_destroy()
[all …]