Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-tsd.c81 pid_t he_pid; member
111 if ((entry->he_key == key) && (entry->he_pid == pid)) { in tsd_hash_search()
137 if (entry->he_dtor && entry->he_pid != DTOR_PID) in tsd_hash_dtor()
172 entry->he_pid = pid; in tsd_hash_add()
186 pid_entry = tsd_hash_search(table, PID_KEY, entry->he_pid); in tsd_hash_add()
248 entry->he_pid = DTOR_PID; in tsd_hash_add_key()
290 entry->he_pid = pid; in tsd_hash_add_pid()
417 (ulong_t)entry->he_pid, table->ht_bits); in tsd_remove_entry()
434 (ulong_t)pid_entry->he_pid, table->ht_bits); in tsd_remove_entry()
619 (ulong_t)entry->he_pid, table->ht_bits); in tsd_destroy()
[all …]