Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-tsd.c98 tsd_hash_search(tsd_hash_table_t *table, uint_t key, pid_t pid) in tsd_hash_search() function
163 ASSERT3P(tsd_hash_search(table, key, pid), ==, NULL); in tsd_hash_add()
180 dtor_entry = tsd_hash_search(table, entry->he_key, DTOR_PID); in tsd_hash_add()
185 pid_entry = tsd_hash_search(table, PID_KEY, entry->he_pid); in tsd_hash_add()
242 tmp_entry = tsd_hash_search(table, table->ht_key, DTOR_PID); in tsd_hash_add_key()
476 entry = tsd_hash_search(table, key, pid); in tsd_set()
490 entry = tsd_hash_search(table, PID_KEY, pid); in tsd_set()
520 entry = tsd_hash_search(tsd_hash_table, key, curthread->pid); in tsd_get()
547 entry = tsd_hash_search(tsd_hash_table, key, thread->pid); in tsd_get_by_thread()
600 dtor_entry = tsd_hash_search(table, *keyp, DTOR_PID); in tsd_destroy()
[all …]