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.c71 typedef struct tsd_hash_table { struct
88 static tsd_hash_table_t *tsd_hash_table = NULL; variable
409 table = tsd_hash_table; in tsd_remove_entry()
468 table = tsd_hash_table; in tsd_set()
515 ASSERT3P(tsd_hash_table, !=, NULL); in tsd_get()
542 ASSERT3P(tsd_hash_table, !=, NULL); in tsd_get_by_thread()
596 table = tsd_hash_table; in tsd_destroy()
659 table = tsd_hash_table; in tsd_exit()
708 if (tsd_hash_table == NULL) in spl_tsd_init()
717 tsd_hash_table_fini(tsd_hash_table); in spl_tsd_fini()
[all …]