Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dthread.h362 #define T_TALLOCSTK 0x0008 /* thread structure allocated from stk */ macro
/titanic_50/usr/src/uts/common/disp/
H A Dthread.c391 t->t_flag |= T_TALLOCSTK; in thread_create()
726 boolean_t allocstk = (t->t_flag & T_TALLOCSTK); in thread_free()