Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack.c177 #define STACKS_ENTRY_SIZE(x) OFFSETOF(stacks_entry_t, se_stack[(x)]) macro
333 STACKS_ENTRY_SIZE(next->se_depth)); in stacks_cleanup()
337 mdb_free(cur, STACKS_ENTRY_SIZE(cur->se_depth)); in stacks_cleanup()
352 STACKS_ENTRY_SIZE(next->se_depth)); in stacks_cleanup()
355 mdb_free(cur, STACKS_ENTRY_SIZE(cur->se_depth)); in stacks_cleanup()
390 nsep = mdb_zalloc(STACKS_ENTRY_SIZE(depth), UM_SLEEP); in stacks_thread_cb()