Home
last modified time | relevance | path

Searched defs:_kthread (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dthread.h110 typedef struct _kthread { struct
111 struct _kthread *t_link; /* dispq, sleepq, and free queue link */ argument
113 caddr_t t_stk; /* base of stack (kernel sp value to use) */
114 void (*t_startpc)(void); /* PC where thread started */
115 struct cpu *t_bound_cpu; /* cpu bound to, or NULL if not bound */
116 short t_affinitycnt; /* nesting level of kernel affinity-setting */
117 short t_bind_cpu; /* user-specified CPU binding (-1 if none) */
118 ushort_t t_flag; /* modified only by current thread */
119 ushort_t t_proc_flag; /* modified holding ttproc(t)->p_lock */
120 ushort_t t_schedflag; /* modified holding thread_lock(t) */
[all …]