Searched refs:t_flag (Results 1 - 25 of 73) sorted by relevance

123

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/types/
H A Derr.D_XLATE_REDECL.ResultDynType.d40 pr_flag = T->t_flag;
/illumos-gate/usr/src/uts/common/disp/
H A Dshuttle.c55 t->t_flag &= ~T_WAKEABLE;
100 curthread->t_flag |= T_WAKEABLE;
130 t->t_flag &= ~T_WAKEABLE;
190 curthread->t_flag |= T_WAKEABLE;
229 t->t_flag |= T_WAKEABLE;
H A Dthread_intr.c73 tp->t_flag |= T_INTR_THREAD;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_dispatch.c445 curthread->t_flag |= T_DONTPEND;
448 curthread->t_flag &= ~T_DONTPEND;
458 if (curthread->t_flag & T_WOULDBLOCK) {
459 curthread->t_flag &= ~T_WOULDBLOCK;
478 curthread->t_flag |= T_DONTPEND;
481 curthread->t_flag &= ~T_DONTPEND;
486 if (curthread->t_flag & T_WOULDBLOCK) {
487 curthread->t_flag &= ~T_WOULDBLOCK;
H A Dnfs_srv.c298 curthread->t_flag |= T_WOULDBLOCK;
689 curthread->t_flag |= T_WOULDBLOCK;
816 curthread->t_flag |= T_WOULDBLOCK;
1014 curthread->t_flag |= T_WOULDBLOCK;
1128 curthread->t_flag |= T_WOULDBLOCK;
1194 ushort_t t_flag; local
1294 t_flag = curthread->t_flag & T_WOULDBLOCK;
1297 rp->thread->t_flag |= t_flag;
[all...]
H A Dnfs3_srv.c131 if (curthread->t_flag & T_WOULDBLOCK) {
132 curthread->t_flag &= ~T_WOULDBLOCK;
341 if (curthread->t_flag & T_WOULDBLOCK) {
342 curthread->t_flag &= ~T_WOULDBLOCK;
553 if (curthread->t_flag & T_WOULDBLOCK) {
554 curthread->t_flag &= ~T_WOULDBLOCK;
649 if (curthread->t_flag & T_WOULDBLOCK)
659 if (curthread->t_flag & T_WOULDBLOCK)
669 if (curthread->t_flag & T_WOULDBLOCK)
681 if (curthread->t_flag
[all...]
H A Dnfs_acl_srv.c521 if (curthread->t_flag & T_WOULDBLOCK) {
522 curthread->t_flag &= ~T_WOULDBLOCK;
601 if (curthread->t_flag & T_WOULDBLOCK) {
602 curthread->t_flag &= ~T_WOULDBLOCK;
/illumos-gate/usr/src/uts/common/syscall/
H A Dsigsuspend.c60 curthread->t_flag |= T_TOMASK;
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_trans.c149 if (curthread->t_flag & T_DONTBLOCK) {
157 curthread->t_flag |= T_DONTBLOCK;
161 curthread->t_flag &= ~T_DONTBLOCK;
170 if (curthread->t_flag & T_DONTBLOCK) {
181 curthread->t_flag |= T_DONTBLOCK;
187 curthread->t_flag &= ~T_DONTBLOCK;
194 if (curthread->t_flag & T_DONTBLOCK) {
204 curthread->t_flag |= T_DONTBLOCK;
210 curthread->t_flag &= ~T_DONTBLOCK;
619 curthread->t_flag |
[all...]
H A Dufs_lockfs.c419 if (curthread->t_flag & T_DONTBLOCK)
422 curthread->t_flag |= T_DONTBLOCK;
433 curthread->t_flag &= ~T_DONTBLOCK;
1268 if ((curthread->t_flag & T_DONTPEND) && !slock) {
1269 curthread->t_flag |= T_WOULDBLOCK;
1272 curthread->t_flag &= ~T_WOULDBLOCK;
1458 curthread->t_flag |= T_DONTBLOCK;
1511 curthread->t_flag &= ~T_DONTBLOCK;
1675 curthread->t_flag |= T_DONTBLOCK;
1775 curthread->t_flag |
[all...]
H A Dufs_subr.c370 curthread->t_flag |= T_DONTBLOCK;
377 curthread->t_flag &= ~T_DONTBLOCK;
485 curthread->t_flag |= T_DONTBLOCK;
494 curthread->t_flag &= ~T_DONTBLOCK;
516 if ((curthread->t_flag & T_DONTBLOCK) == 0) {
518 curthread->t_flag |= T_DONTBLOCK;
531 curthread->t_flag &= ~T_DONTBLOCK;
542 if ((curthread->t_flag & T_DONTBLOCK) == 0) {
544 curthread->t_flag |= T_DONTBLOCK;
557 curthread->t_flag
[all...]
H A Dquota.c413 if (!(curthread->t_flag & T_DONTBLOCK)) {
415 curthread->t_flag |= T_DONTBLOCK;
446 curthread->t_flag &= ~T_DONTBLOCK;
H A Dlufs_top.c143 if ((curthread->t_flag & T_DONTBLOCK) == 0)
144 curthread->t_flag |= T_DONTBLOCK;
212 if (curthread->t_flag & T_DONTPEND) {
254 if ((curthread->t_flag & T_DONTPEND) && tp &&
H A Dufs_thread.c286 if (curthread->t_flag & T_DONTBLOCK) {
290 curthread->t_flag |= T_DONTBLOCK;
420 curthread->t_flag &= ~T_DONTBLOCK;
594 curthread->t_flag |= T_DONTBLOCK;
600 curthread->t_flag &= ~T_DONTBLOCK;
/illumos-gate/usr/src/uts/sun/io/dada/impl/
H A Ddcd_transport.c84 } else if ((curthread->t_flag & T_INTR_THREAD) || (do_polled_io) ||
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_transport.c170 } else if ((curthread->t_flag & T_INTR_THREAD) || do_polled_io) {
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_dispatch.c171 curthread->t_flag |= T_DONTPEND;
176 curthread->t_flag &= ~T_DONTPEND;
177 if (curthread->t_flag & T_WOULDBLOCK) {
178 curthread->t_flag &= ~T_WOULDBLOCK;
/illumos-gate/usr/src/uts/i86pc/os/
H A Dintr.c580 if ((t->t_flag & T_INTR_THREAD) != 0 && t->t_intr_start != 0) {
688 if (t->t_flag & T_INTR_THREAD)
722 if ((t->t_flag & T_INTR_THREAD) && t->t_intr_start != 0) {
919 ASSERT(t->t_flag & T_INTR_THREAD);
1003 if ((t->t_flag & T_INTR_THREAD) && t->t_intr_start != 0) {
1092 if (t->t_flag & T_INTR_THREAD)
1116 ASSERT(it->t_flag & T_INTR_THREAD);
1210 ASSERT((t->t_flag & T_INTR_THREAD) != 0);
1249 ASSERT((t->t_flag & T_INTR_THREAD) != 0);
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack_subr.c133 ushort_t t_flag; member in struct:mdb_findstack_kthread
164 fsip->fsi_panic = !!(thr.t_flag & T_PANIC);
/illumos-gate/usr/src/uts/common/os/
H A Dturnstile.c456 curthread->t_flag |= T_WAKEABLE;
518 curthread->t_flag &= ~T_WAKEABLE;
632 curthread->t_flag &= ~T_WAKEABLE;
H A Dcondvar.c183 { (t)->t_flag |= T_WAKEABLE; cv_block(cvp); }
342 t->t_flag &= ~T_WAKEABLE;
423 t->t_flag &= ~T_WAKEABLE;
566 t->t_flag &= ~T_WAKEABLE;
H A Dsemaphore.c276 t->t_flag |= T_WAKEABLE;
284 t->t_flag &= ~T_WAKEABLE;
/illumos-gate/usr/src/uts/intel/fs/proc/
H A Dprmachdep.c504 ASSERT(!(curthread->t_flag & T_WATCHPT));
505 curthread->t_flag |= T_WATCHPT;
511 curthread->t_flag &= ~T_WATCHPT;
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h118 ushort_t t_flag; /* modified only by current thread */ member in struct:_kthread
351 * Thread flag (t_flag) definitions.
448 ((t)->t_flag & T_WAKEABLE)))
467 ((t)->t_flag & T_WAKEABLE) && \
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix_intr.c254 if ((t->t_flag & T_INTR_THREAD) && t->t_intr_start != 0) {
346 if (t->t_flag & T_INTR_THREAD)
453 if ((t->t_flag & T_INTR_THREAD) != 0 && t->t_intr_start != 0) {
547 if (t->t_flag & T_INTR_THREAD)
626 if ((t->t_flag & T_INTR_THREAD) && t->t_intr_start != 0) {
745 if (t->t_flag & T_INTR_THREAD)

Completed in 84 milliseconds

123