Searched refs:he_key (Results 1 – 1 of 1) sorted by relevance
79 uint_t he_key; member170 entry->he_key = key; in tsd_hash_add()246 entry->he_key = *keyp = table->ht_key; in tsd_hash_add_key()288 entry->he_key = PID_KEY; in tsd_hash_add_pid()415 hash = hash_long((ulong_t)entry->he_key * in tsd_remove_entry()430 if (pid_entry->he_key == PID_KEY && in tsd_remove_entry()432 hash = hash_long((ulong_t)pid_entry->he_key * in tsd_remove_entry()614 ASSERT3U(dtor_entry->he_key, ==, entry->he_key); in tsd_destroy()617 hash = hash_long((ulong_t)entry->he_key * in tsd_destroy()680 hash = hash_long((ulong_t)entry->he_key * in tsd_exit()[all …]