Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-tsd.c87 } tsd_hash_entry_t; typedef
98 static tsd_hash_entry_t *
102 tsd_hash_entry_t *entry; in tsd_hash_search()
110 entry = list_entry(node, tsd_hash_entry_t, he_list); in tsd_hash_search()
131 tsd_hash_entry_t *entry; in tsd_hash_dtor()
134 entry = hlist_entry(work->first, tsd_hash_entry_t, he_list); in tsd_hash_dtor()
140 kmem_free(entry, sizeof (tsd_hash_entry_t)); in tsd_hash_dtor()
159 tsd_hash_entry_t *entry, *dtor_entry, *pid_entry; in tsd_hash_add()
167 entry = kmem_alloc(sizeof (tsd_hash_entry_t), KM_PUSHPAGE); in tsd_hash_add()
218 tsd_hash_entry_t *tmp_entry, *entry; in tsd_hash_add_key()
[all …]