Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack.c187 stacks_entry_t **si_hash; /* hash table */ member
404 for (sepp = &sip->si_hash[stacks_hash_entry(nsep)]; in stacks_thread_cb()
460 stacks_hash = si.si_hash = in stacks_run()
461 mdb_zalloc(STACKS_HSIZE * sizeof (*si.si_hash), UM_SLEEP); in stacks_run()
493 for (sep = si.si_hash[idx]; sep != NULL; sep = sep->se_next) in stacks_run()
507 mdb_free(si.si_hash, STACKS_HSIZE * sizeof (*si.si_hash)); in stacks_run()