Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-tsd.c80 pid_t he_pid; member
136 if (entry->he_dtor && entry->he_pid != DTOR_PID) in tsd_hash_dtor()
171 entry->he_pid = pid; in tsd_hash_add()
247 entry->he_pid = DTOR_PID; in tsd_hash_add_key()
289 entry->he_pid = pid; in tsd_hash_add_pid()
416 (ulong_t)entry->he_pid, table->ht_bits); in tsd_remove_entry()
433 (ulong_t)pid_entry->he_pid, table->ht_bits); in tsd_remove_entry()
618 (ulong_t)entry->he_pid, table->ht_bits); in tsd_destroy()
678 ASSERT3U(pid_entry->he_pid, ==, entry->he_pid); in tsd_exit()
681 (ulong_t)entry->he_pid, table->ht_bits); in tsd_exit()
[all …]