Searched refs:pid_entry (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
H A D | spl-tsd.c | 158 tsd_hash_entry_t *entry, *dtor_entry, *pid_entry; in tsd_hash_add() local 185 pid_entry = tsd_hash_search(table, PID_KEY, entry->he_pid); in tsd_hash_add() 186 ASSERT3P(pid_entry, !=, NULL); in tsd_hash_add() 195 list_add(&entry->he_pid_list, &pid_entry->he_pid_list); in tsd_hash_add() 405 tsd_hash_entry_t *pid_entry; in tsd_remove_entry() local 420 pid_entry = list_entry(entry->he_pid_list.next, tsd_hash_entry_t, in tsd_remove_entry() 430 if (pid_entry->he_key == PID_KEY && in tsd_remove_entry() 431 list_empty(&pid_entry->he_pid_list)) { in tsd_remove_entry() 432 hash = hash_long((ulong_t)pid_entry->he_key * in tsd_remove_entry() 433 (ulong_t)pid_entry->he_pid, table->ht_bits); in tsd_remove_entry() [all …]
|