Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dthread.c780 usize = KMEM_STKINFO_LOG_SIZE * sizeof (kmem_stkinfo_t); in stackinfo()
797 for (i = 0; i < KMEM_STKINFO_LOG_SIZE; i++) { in stackinfo()
/titanic_50/usr/src/uts/common/disp/
H A Dthread.c1957 kmem_zalloc(KMEM_STKINFO_LOG_SIZE * in stkinfo_end()
2042 if (full == KMEM_STKINFO_LOG_SIZE && percent < smallest_percent) { in stkinfo_end()
2051 for (i = 0; i < KMEM_STKINFO_LOG_SIZE; i++) { in stkinfo_end()
/titanic_50/usr/src/uts/common/sys/
H A Dthread.h685 #define KMEM_STKINFO_LOG_SIZE 16 macro