Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack.c179 #define STACKS_HSIZE 127 macro
213 return (total % STACKS_HSIZE); in stacks_hash_entry()
328 for (idx = 0; idx < STACKS_HSIZE; idx++) { in stacks_cleanup()
344 mdb_free(stacks_hash, STACKS_HSIZE * sizeof (*stacks_hash)); in stacks_cleanup()
461 mdb_zalloc(STACKS_HSIZE * sizeof (*si.si_hash), UM_SLEEP); in stacks_run()
491 for (idx = 0; idx < STACKS_HSIZE; idx++) { in stacks_run()
507 mdb_free(si.si_hash, STACKS_HSIZE * sizeof (*si.si_hash)); in stacks_run()