Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack.c203 #define STACKS_ENTRY_SIZE(x) OFFSETOF(stacks_entry_t, se_stack[(x)]) macro
359 STACKS_ENTRY_SIZE(next->se_depth)); in stacks_cleanup()
363 mdb_free(cur, STACKS_ENTRY_SIZE(cur->se_depth)); in stacks_cleanup()
378 STACKS_ENTRY_SIZE(next->se_depth)); in stacks_cleanup()
381 mdb_free(cur, STACKS_ENTRY_SIZE(cur->se_depth)); in stacks_cleanup()
416 nsep = mdb_zalloc(STACKS_ENTRY_SIZE(depth), UM_SLEEP); in stacks_thread_cb()