Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/ml/
H A Dgenassym.c92 printf("#define\tFREE_THREAD 0x%x\n", TS_FREE); in main()
93 printf("#define\tTS_FREE 0x%x\n", TS_FREE); in main()
/titanic_44/usr/src/uts/common/sys/
H A Dttcompat.h82 #define TS_FREE 0x00 /* not in use */ macro
H A Dthread.h54 #define TS_FREE 0x00 /* Thread at loose ends */ macro
691 THREAD_SET_STATE(tp, TS_FREE, &(cpu)->cpu_thread_lock)
/titanic_44/usr/src/lib/libfakekernel/common/sys/
H A Dthread.h50 #define TS_FREE 0x00 /* Thread at loose ends */ macro
/titanic_44/usr/src/uts/sun4/ml/
H A Dgenconst.c89 printf("#define\tTS_FREE 0x%x\n", TS_FREE); in main()
H A Dinterrupt.s489 ! set to TS_ONPROC, but it helps in debugging if they're TS_FREE
757 mov TS_FREE, %o5
/titanic_44/usr/src/uts/i86pc/io/apix/
H A Dapix_intr.c333 it->t_state = TS_FREE; in apix_do_softint_epilog()
344 it->t_state = TS_FREE; in apix_do_softint_epilog()
723 it->t_state = TS_FREE; in apix_intr_thread_epilog()
742 it->t_state = TS_FREE; in apix_intr_thread_epilog()
/titanic_44/usr/src/uts/i86pc/os/
H A Dintr.c821 it->t_state = TS_FREE; in intr_thread_epilog()
837 it->t_state = TS_FREE; in intr_thread_epilog()
1079 it->t_state = TS_FREE; in dosoftint_epilog()
1090 it->t_state = TS_FREE; in dosoftint_epilog()
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dthread.c316 { TS_FREE, "free" },
484 if (fflag && (t.t_state == TS_FREE)) in thread()
618 if (t.t_state == TS_FREE) in threadlist()
837 if (t.t_state == TS_FREE && all == FALSE) { in stackinfo()
H A Dleaky_subr.c297 if (t->t_state != TS_FREE) in leaky_thread()
H A Dfindstack.c96 argc, argv, fsi.fsi_tstate == TS_FREE)); in findstack()
H A Dgenunix.c153 { "TS_FREE", UINT_MAX, TS_FREE }, in ps_threadprint()
2864 if (!(thr->t_flag & T_INTR_THREAD) || thr->t_state == TS_FREE) in cpuinfo_walk_ithread()
H A Dkmem.c2096 if (t->t_state == TS_FREE) in stack_active()
/titanic_44/usr/src/uts/common/disp/
H A Dthread.c541 case TS_FREE: in thread_create()
572 ASSERT(t == curthread || t->t_state == TS_FREE || t->t_procp == &p0); in thread_rele()
730 ASSERT(t != &t0 && t->t_state == TS_FREE); in thread_free()
963 ASSERT(t->t_state == TS_FREE); in reapq_move_lq_to_tq()
1002 t->t_state = TS_FREE; in reapq_add()
H A Dfss.c1822 ASSERT(t->t_state == TS_FREE); in fss_exitclass()
2203 (t->t_state & (TS_ZOMB|TS_FREE|TS_STOPPED|TS_ONPROC|TS_WAIT)) || in fss_swapout()
H A Ddisp.c2421 if (tp->t_state != TS_FREE) { in disp_bound_common()
H A Dts.c1653 (t->t_state & (TS_ZOMB | TS_FREE | TS_STOPPED | in ts_swapout()
/titanic_44/usr/src/lib/libdtrace/common/
H A Dprocfs.sed.in53 SED_REPLACE(TS_FREE)
/titanic_44/usr/src/uts/common/os/
H A Dfork.c775 t->t_state = TS_FREE; in forklwp_fail()
H A Dlwp.c760 t->t_state = TS_FREE; in lwp_create()
H A Dcpu.c2932 t->t_state = TS_FREE; in cpu_destroy_bound_threads()