Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dfindstack_subr.c178 } stacks_ulwp_t; typedef
187 stacks_ulwp_t *sulwp = mdb_alloc(sizeof (stacks_ulwp_t), UM_SLEEP); in stacks_ulwp_walk()
205 const stacks_ulwp_t *lhs = l; in stacks_ulwp_compare()
206 const stacks_ulwp_t *rhs = r; in stacks_ulwp_compare()
225 stacks_ulwp_t *sulwp, cmp; in stacks_findstack()
235 avl_create(tree, stacks_ulwp_compare, sizeof (stacks_ulwp_t), in stacks_findstack()
236 offsetof(stacks_ulwp_t, sulwp_node)); in stacks_findstack()
309 stacks_ulwp_t *sulwp; in stacks_findstack_cleanup()
315 mdb_free(sulwp, sizeof (stacks_ulwp_t)); in stacks_findstack_cleanup()