Searched refs:t_next (Results 26 - 37 of 37) sorted by relevance

12

/illumos-gate/usr/src/uts/common/os/
H A Dcpu.c1525 t = t->t_next;
2898 * t_next and t_prev links of the thread.
2906 tnext = t->t_next;
2916 t->t_next->t_prev = t->t_prev;
2917 t->t_prev->t_next = t->t_next;
2918 t->t_next = tlist;
2942 tnext = t->t_next;
H A Dfork.c764 t->t_next->t_prev = t->t_prev;
765 t->t_prev->t_next = t->t_next;
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h174 struct _kthread *t_next; /* doubly linked list of all threads */ member in struct:_kthread
/illumos-gate/usr/src/uts/sun4/os/
H A Dmlsetup.c157 t0.t_next = &t0;
/illumos-gate/usr/src/uts/common/disp/
H A Dcpupart.c629 t = t->t_next;
940 t = t->t_next;
H A Ddisp.c2459 } while ((tp = tp->t_next) != curthread && found == 0);
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dtrace.c812 tp = tp->t_next;
/illumos-gate/usr/src/uts/common/tnf/
H A Dtnf.c673 t = t->t_next;
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dthread.c112 wsp->walk_addr = (uintptr_t)twp->tw_thread->t_next;
/illumos-gate/usr/src/uts/sparc/os/
H A Dsyscall.c1170 } while ((t = t->t_next) != first);
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dsyscall.c1329 } while ((t = t->t_next) != first);
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.c1102 if (t->t_ops->t_next(t, &addr) == -1 || mdb_tgt_add_vbrkpt(t,

Completed in 90 milliseconds

12