Searched defs:si_hash (Results 1 - 1 of 1) sorted by relevance

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

Completed in 51 milliseconds