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

123

/illumos-gate/usr/src/uts/common/os/
H A Dcondvar.c150 ASSERT(t->t_state == TS_ONPROC);
H A Dfork.c564 ASSERT(t->t_state == TS_STOPPED &&
784 t->t_state = TS_FREE;
H A Dclock.c913 if (t->t_state == TS_STOPPED) {
933 if (t->t_state == TS_STOPPED) {
H A Dsunpm.c2863 owner->t_state == TS_SLEEP &&
/illumos-gate/usr/src/uts/sun4/os/
H A Dmachdep.c562 ASSERT(t->t_intr == NULL || t->t_state == TS_RUN);
H A Dtrap.c1862 if (curthread->t_state != TS_ONPROC ||
/illumos-gate/usr/src/common/smbsrv/
H A Dsmb_xdr.c618 if (!xdr_uint32_t(xdrs, &objp->t_state))
/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c1131 scf_transaction_entry_t *t_state = NULL, *t_state_next = NULL; local
1143 (t_state = scf_entry_create(h)) == NULL ||
1258 if ((r = tx_set_value(t, t_state, SCF_PROPERTY_STATE,
1343 scf_entry_destroy(t_state);
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c152 switch (t->t_state) {
155 t->t_state, (void *)t);
937 if (t->t_state == TS_STOPPED) {
1045 if ((t->t_state == TS_STOPPED && t->t_whystop == PR_SYSEXIT) ||
1163 if (t->t_state == TS_STOPPED) {
1273 if ((t->t_state == TS_STOPPED && t->t_whystop == PR_SYSEXIT) ||
2517 state = VSTOPPED(t) ? TS_STOPPED : t->t_state;
2584 state = VSTOPPED(t) ? TS_STOPPED : t->t_state;
/illumos-gate/usr/src/uts/sparc/fs/proc/
H A Dprmachdep.c85 if (t->t_state == TS_ONPROC && t->t_cpu != CPU)
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dlock_prim.s758 t->t_state = TS_ONPROC;
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_session.c1185 ASSERT(tree->t_state == SMB_TREE_STATE_DISCONNECTED);
/illumos-gate/usr/src/uts/sun4u/starfire/sys/
H A Didn.h776 int t_state; member in struct:__anon10070
1521 (dp)->dxp->xt_trans[_xs].t_state); \
/illumos-gate/usr/src/uts/common/disp/
H A Dcmt.c1371 ((t)->t_state == TS_RUN && \
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dlock_prim.s1429 t->t_state = TS_ONPROC;
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1017 smb_tree_state_t t_state; member in struct:smb_tree
/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c1444 if (caller->t_state == TS_SLEEP &&
1459 * the two stores of t_state and t_lockp in
1847 if (server_t->t_state == TS_SLEEP &&
1887 * the two stores of t_state and t_lockp in
2033 if (t->t_state == TS_SLEEP &&
/illumos-gate/usr/src/uts/i86pc/os/
H A Dtrap.c1653 if (ct->t_state != TS_ONPROC ||
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c2096 if (t->t_state == TS_FREE)
2113 if (t->t_state == TS_ONPROC)
H A Dgenunix.c165 mdb_printf("\tT %?a <%b>\n", addr, t->t_state, t_state_bits);
2947 if (!(thr->t_flag & T_INTR_THREAD) || thr->t_state == TS_FREE)

Completed in 198 milliseconds

123