Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/uts/common/sys/
H A Dttcompat.h82 #define TS_FREE 0x00 /* not in use */ macro
H A Dthread.h58 #define TS_FREE 0x00 /* Thread at loose ends */ macro
697 THREAD_SET_STATE(tp, TS_FREE, &(cpu)->cpu_thread_lock)
/illumos-gate/usr/src/lib/libfakekernel/common/sys/
H A Dthread.h51 #define TS_FREE 0x00 /* Thread at loose ends */ macro
/illumos-gate/usr/src/uts/sun4/ml/
H A Dgenconst.c89 printf("#define\tTS_FREE 0x%x\n", TS_FREE); in main()
H A Dinterrupt.S461 ! set to TS_ONPROC, but it helps in debugging if they're TS_FREE
729 mov TS_FREE, %o5
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix_intr.c344 it->t_state = TS_FREE; in apix_do_softint_epilog()
355 it->t_state = TS_FREE; in apix_do_softint_epilog()
748 it->t_state = TS_FREE; in apix_intr_thread_epilog()
767 it->t_state = TS_FREE; in apix_intr_thread_epilog()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dthread.c319 { TS_FREE, "free" },
487 if (fflag && (t.t_state == TS_FREE)) in thread()
702 if (t.t_state == TS_FREE) in threadlist()
900 if (t.t_state == TS_FREE && all == FALSE) { in stackinfo()
H A Dleaky_subr.c295 if (t->t_state != TS_FREE) in leaky_thread()
H A Dfindstack.c106 argc, argv, fsi.fsi_tstate == TS_FREE)); in findstack()
H A Dgenunix.c158 { "TS_FREE", UINT_MAX, TS_FREE }, in ps_threadprint()
3125 if (!(thr->t_flag & T_INTR_THREAD) || thr->t_state == TS_FREE) in cpuinfo_walk_ithread()
H A Dkmem.c2097 if (t->t_state == TS_FREE) in stack_active()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dintr.c839 it->t_state = TS_FREE; in intr_thread_epilog()
855 it->t_state = TS_FREE; in intr_thread_epilog()
1099 it->t_state = TS_FREE; in dosoftint_epilog()
1110 it->t_state = TS_FREE; in dosoftint_epilog()
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c536 case TS_FREE: in thread_create()
567 ASSERT(t == curthread || t->t_state == TS_FREE || t->t_procp == &p0); in thread_rele()
719 ASSERT(t != &t0 && t->t_state == TS_FREE); in thread_free()
953 ASSERT(t->t_state == TS_FREE); in reapq_move_lq_to_tq()
992 t->t_state = TS_FREE; in reapq_add()
H A Dfss.c1819 ASSERT(t->t_state == TS_FREE); in fss_exitclass()
2192 (t->t_state & (TS_ZOMB|TS_FREE|TS_STOPPED|TS_ONPROC|TS_WAIT)) || in fss_swapout()
H A Ddisp.c2419 if (tp->t_state != TS_FREE) { in disp_bound_common()
H A Dts.c1598 (t->t_state & (TS_ZOMB | TS_FREE | TS_STOPPED | in ts_swapout()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dprocfs.sed.in51 SED_REPLACE(TS_FREE)
/illumos-gate/usr/src/uts/common/os/
H A Dfork.c785 t->t_state = TS_FREE; in forklwp_fail()
H A Dlwp.c761 t->t_state = TS_FREE; in lwp_create()
H A Dcpu.c3050 t->t_state = TS_FREE; in cpu_destroy_bound_threads()