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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack.c196 static stacks_entry_t **stacks_hash; variable
323 * Until the array is sorted and stable, stacks_hash will be non-NULL.
327 if (stacks_hash != NULL) {
329 while ((cur = stacks_hash[idx]) != NULL) {
336 stacks_hash[idx] = next;
344 mdb_free(stacks_hash, STACKS_HSIZE * sizeof (*stacks_hash));
366 stacks_hash = NULL;
460 stacks_hash = si.si_hash =
506 stacks_hash
[all...]

Completed in 294 milliseconds