Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-tsd.c158 tsd_hash_entry_t *entry, *dtor_entry, *pid_entry; in tsd_hash_add() local
181 ASSERT3P(dtor_entry, !=, NULL); in tsd_hash_add()
182 entry->he_dtor = dtor_entry->he_dtor; in tsd_hash_add()
592 tsd_hash_entry_t *dtor_entry, *entry; in tsd_destroy() local
601 if (dtor_entry == NULL) { in tsd_destroy()
611 while (!list_empty(&dtor_entry->he_key_list)) { in tsd_destroy()
612 entry = list_entry(dtor_entry->he_key_list.next, in tsd_destroy()
614 ASSERT3U(dtor_entry->he_key, ==, entry->he_key); in tsd_destroy()
627 hash = hash_long((ulong_t)dtor_entry->he_key * in tsd_destroy()
632 tsd_hash_del(table, dtor_entry); in tsd_destroy()
[all …]