Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack.c205 #define STACKS_HSIZE 127 macro
239 return (total % STACKS_HSIZE); in stacks_hash_entry()
354 for (idx = 0; idx < STACKS_HSIZE; idx++) { in stacks_cleanup()
370 mdb_free(stacks_hash, STACKS_HSIZE * sizeof (*stacks_hash)); in stacks_cleanup()
487 mdb_zalloc(STACKS_HSIZE * sizeof (*si.si_hash), UM_SLEEP); in stacks_run()
517 for (idx = 0; idx < STACKS_HSIZE; idx++) { in stacks_run()
533 mdb_free(si.si_hash, STACKS_HSIZE * sizeof (*si.si_hash)); in stacks_run()