Searched refs:t_state (Results 26 - 50 of 70) sorted by relevance

123

/illumos-gate/usr/src/uts/i86pc/os/
H A Dintr.c751 it->t_state = TS_ONPROC;
821 it->t_state = TS_FREE;
837 it->t_state = TS_FREE;
1017 it->t_state = TS_ONPROC;
1079 it->t_state = TS_FREE;
1090 it->t_state = TS_FREE;
/illumos-gate/usr/src/uts/common/os/
H A Dturnstile.c453 ASSERT(t->t_state == TS_ONPROC);
711 ASSERT(t->t_state == TS_SLEEP);
H A Dsig.c199 } else if (t->t_state == TS_STOPPED && sig == SIGKILL &&
205 } else if (t != curthread && t->t_state == TS_ONPROC) {
210 } else if (t->t_state == TS_RUN) {
270 if (tt->t_state == TS_STOPPED &&
527 ASSERT(t->t_state == TS_ONPROC);
831 if (!(t == curthread || t->t_state == TS_ZOMB ||
833 (t->t_state != TS_STOPPED ||
901 ASSERT(t->t_state == TS_ONPROC);
978 if (tx->t_state == TS_SLEEP &&
1003 if (tx->t_state
[all...]
H A Dlwp.c760 t->t_state = TS_FREE;
809 ASSERT(t->t_state == TS_STOPPED && !(t->t_schedflag & TS_CREATE));
1061 t->t_state = TS_ZOMB;
1135 } else if (t->t_state == TS_ONPROC && t->t_cpu != CPU) {
1146 * afterwards, so the thread can change its t_state
1581 } else if (t->t_state == TS_STOPPED) {
1605 } else if (t->t_state == TS_ONPROC) {
H A Dcallb.c383 if (tp->t_state & (TS_SLEEP | TS_STOPPED)) {
H A Dcpu.c377 if (tp->t_state == TS_ONPROC) {
379 } else if (tp->t_state == TS_RUN) {
2632 if (tp->t_state == TS_ONPROC &&
2677 if (tp->t_state == TS_ONPROC) {
2679 } else if (tp->t_state == TS_RUN) {
2930 * t_state set to TS_ONPROC.
2932 t->t_state = TS_FREE;
H A Dschedctl.c211 ssp->sc_state = curthread->t_state;
H A Dtimers.c655 switch (t->t_state) {
701 if (t->t_state == TS_ONPROC && t->t_cpu != CPU)
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gcore.h73 uint_t t_state; member in struct:mdb_kthread
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dthread.c484 if (fflag && (t.t_state == TS_FREE))
499 thread_state_to_text(t.t_state, stbuf, sizeof (stbuf));
618 if (t.t_state == TS_FREE)
837 if (t.t_state == TS_FREE && all == FALSE) {
H A Dgcore.c910 switch (t->t_state) {
1027 state = VSTOPPED(t) ? TS_STOPPED : t->t_state;
1182 if (t->t_state == TS_STOPPED) {
1282 if ((t->t_state == TS_STOPPED && t->t_whystop == PR_SYSEXIT) ||
H A Dleaky_subr.c297 if (t->t_state != TS_FREE)
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_timer.c85 if (t->t_state == TS_SLEEP &&
/illumos-gate/usr/src/uts/common/tnf/
H A Dtnf_res.c288 ts = t->t_state;
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_quiesce.c517 ((t)->t_state == TS_SLEEP && \
559 if (tp->t_state == TS_STOPPED) {
580 if (tp->t_state == TS_ONPROC && tp->t_cpu != CPU)
629 "t_state=0x%x, t_proc_flag=0x%x, "
632 (void *)tp, tp->t_state,
/illumos-gate/usr/src/uts/common/disp/
H A Dsysdc.c783 if (!(t->t_state & (TS_RUN | TS_ONPROC)) &&
884 if (t->t_state == TS_ONPROC &&
889 if (t->t_state == TS_ONPROC || t->t_state == TS_RUN) {
H A Dfx.c1251 if (t->t_state == TS_RUN && (t->t_schedflag & TS_LOAD) == 0) {
1364 } else if (t->t_state == TS_ONPROC &&
1385 ASSERT(t->t_state == TS_ONPROC);
1594 if (t == curthread || t->t_state == TS_ONPROC) {
H A Drt.c965 if (t->t_state == TS_RUN && (t->t_schedflag & TS_LOAD) == 0) {
998 (t->t_state == TS_ONPROC && DISP_MUST_SURRENDER(t))) {
1104 if (t == curthread || t->t_state == TS_ONPROC) {
H A Dcpupart.c761 if (tp->t_state == TS_ONPROC) {
763 } else if (tp->t_state == TS_RUN) {
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprdata.h53 ((t)->t_state == TS_STOPPED && \
H A Dprioctl.c740 if (t->t_state != TS_STOPPED && !VSTOPPED(t))
772 if (t->t_state != TS_STOPPED && !VSTOPPED(t))
818 if (t->t_state == TS_STOPPED || VSTOPPED(t)) {
1356 if (t->t_state == TS_STOPPED) {
1520 state = VSTOPPED(t) ? TS_STOPPED : t->t_state;
2338 else if (t->t_state != TS_STOPPED && !VSTOPPED(t))
2372 else if (t->t_state != TS_STOPPED && !VSTOPPED(t))
2425 if (t->t_state == TS_STOPPED || VSTOPPED(t)) {
3197 if (t->t_state == TS_STOPPED) {
3359 state = VSTOPPED(t) ? TS_STOPPED : t->t_state;
[all...]
H A Dprcontrol.c1160 t != NULL && t->t_state != TS_ZOMB);
1481 } else if (t->t_state == TS_STOPPED && sig == SIGKILL) {
1497 if (tx->t_state == TS_STOPPED &&
1961 ((t)->t_state == TS_STOPPED && \
2371 switch (t->t_state) {
2432 if (t->t_state == TS_STOPPED) {
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dnetdfs.c804 target.t_state = netinfo->state;
958 storage->state = target->t_state;
998 storage->state = target->t_state;
/illumos-gate/usr/src/uts/intel/fs/proc/
H A Dprmachdep.c86 if (t->t_state == TS_ONPROC && t->t_cpu != CPU)
/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c1187 if (tree->t_state >= SMB_TREE_STATE_SENTINEL)
1190 state = smb_tree_state[tree->t_state];
1195 mdb_printf("State: %d (%s)\n", tree->t_state, state);

Completed in 142 milliseconds

123