Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dthread.c831 kmem_stkinfo_t *log; in stackinfo()
846 usize = KMEM_STKINFO_LOG_SIZE * sizeof (kmem_stkinfo_t); in stackinfo()
847 log = (kmem_stkinfo_t *)mdb_alloc(usize, UM_SLEEP); in stackinfo()
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c131 kmem_stkinfo_t *kmem_stkinfo_log; /* stackinfo circular log */
2123 kmem_stkinfo_log = (kmem_stkinfo_t *) in stkinfo_end()
2125 (sizeof (kmem_stkinfo_t)), KM_NOSLEEP); in stkinfo_end()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h722 } kmem_stkinfo_t; typedef