Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-tsd.c72 typedef struct tsd_hash_table { struct
89 static tsd_hash_table_t *tsd_hash_table = NULL; variable
410 table = tsd_hash_table; in tsd_remove_entry()
469 table = tsd_hash_table; in tsd_set()
516 ASSERT3P(tsd_hash_table, !=, NULL); in tsd_get()
521 entry = tsd_hash_search(tsd_hash_table, key, curthread->pid); in tsd_get()
543 ASSERT3P(tsd_hash_table, !=, NULL); in tsd_get_by_thread()
548 entry = tsd_hash_search(tsd_hash_table, key, thread->pid); in tsd_get_by_thread()
575 (void) tsd_hash_add_key(tsd_hash_table, keyp, dtor); in tsd_create()
597 table = tsd_hash_table; in tsd_destroy()
[all …]