Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-tsd.c84 struct list_head he_key_list; member
174 INIT_LIST_HEAD(&entry->he_key_list); in tsd_hash_add()
194 list_add(&entry->he_key_list, &dtor_entry->he_key_list); in tsd_hash_add()
251 INIT_LIST_HEAD(&entry->he_key_list); in tsd_hash_add_key()
293 INIT_LIST_HEAD(&entry->he_key_list); in tsd_hash_add_pid()
318 list_del_init(&entry->he_key_list); in tsd_hash_del()
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()
613 tsd_hash_entry_t, he_key_list); in tsd_destroy()