Searched refs:si_hash (Results 1 – 1 of 1) sorted by relevance
213 stacks_entry_t **si_hash; /* hash table */ member430 for (sepp = &sip->si_hash[stacks_hash_entry(nsep)]; in stacks_thread_cb()486 stacks_hash = si.si_hash = in stacks_run()487 mdb_zalloc(STACKS_HSIZE * sizeof (*si.si_hash), UM_SLEEP); in stacks_run()519 for (sep = si.si_hash[idx]; sep != NULL; sep = sep->se_next) in stacks_run()533 mdb_free(si.si_hash, STACKS_HSIZE * sizeof (*si.si_hash)); in stacks_run()