Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack.c188 } stacks_entry_t; typedef
189 #define STACKS_ENTRY_SIZE(x) OFFSETOF(stacks_entry_t, se_stack[(x)])
199 stacks_entry_t **si_hash; /* hash table */
208 static stacks_entry_t **stacks_hash;
209 static stacks_entry_t **stacks_array;
213 stacks_hash_entry(stacks_entry_t *sep) in stacks_hash_entry()
240 stacks_entry_comp_impl(stacks_entry_t *l, stacks_entry_t *r, in stacks_entry_comp_impl()
316 stacks_entry_t * const *lp = l_arg; in stacks_entry_comp()
317 stacks_entry_t * const *rp = r_arg; in stacks_entry_comp()
326 stacks_entry_t *cur, *next; in stacks_cleanup()
[all …]