Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-tsd.c73 uint_t ht_bits; member
105 hash = hash_long((ulong_t)key * (ulong_t)pid, table->ht_bits); in tsd_hash_search()
188 hash = hash_long((ulong_t)key * (ulong_t)pid, table->ht_bits); in tsd_hash_add()
351 table->ht_bits = bits; in tsd_hash_table_init()
375 for (i = 0, size = (1 << table->ht_bits); i < size; i++) { in tsd_hash_table_fini()
416 (ulong_t)entry->he_pid, table->ht_bits); in tsd_remove_entry()
433 (ulong_t)pid_entry->he_pid, table->ht_bits); in tsd_remove_entry()
618 (ulong_t)entry->he_pid, table->ht_bits); in tsd_destroy()
628 (ulong_t)dtor_entry->he_pid, table->ht_bits); in tsd_destroy()
681 (ulong_t)entry->he_pid, table->ht_bits); in tsd_exit()
[all …]