Searched refs:pid_entry (Results 1 – 1 of 1) sorted by relevance
186 ASSERT3P(pid_entry, !=, NULL); in tsd_hash_add()405 tsd_hash_entry_t *pid_entry; in tsd_remove_entry() local430 if (pid_entry->he_key == PID_KEY && in tsd_remove_entry()431 list_empty(&pid_entry->he_pid_list)) { in tsd_remove_entry()437 tsd_hash_del(table, pid_entry); in tsd_remove_entry()438 hlist_add_head(&pid_entry->he_list, &work); in tsd_remove_entry()655 tsd_hash_entry_t *pid_entry, *entry; in tsd_exit() local664 if (pid_entry == NULL) { in tsd_exit()690 hash = hash_long((ulong_t)pid_entry->he_key * in tsd_exit()695 tsd_hash_del(table, pid_entry); in tsd_exit()[all …]