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

12

/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dcpu.c1519 t = t->t_next;
2892 * t_next and t_prev links of the thread.
2900 tnext = t->t_next;
2910 t->t_next->t_prev = t->t_prev;
2911 t->t_prev->t_next = t->t_next;
2912 t->t_next = tlist;
2936 tnext = t->t_next;
H A Dfork.c746 t->t_next->t_prev = t->t_prev;
747 t->t_prev->t_next = t->t_next;
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dthread.h174 struct _kthread *t_next; /* doubly linked list of all threads */ member in struct:_kthread
/opensolaris-onvv-gate/usr/src/uts/sun4/os/
H A Dmlsetup.c157 t0.t_next = &t0;
/opensolaris-onvv-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);
/opensolaris-onvv-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dtrace.c812 tp = tp->t_next;
/opensolaris-onvv-gate/usr/src/uts/common/tnf/
H A Dtnf.c673 t = t->t_next;
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dthread.c108 wsp->walk_addr = (uintptr_t)twp->tw_thread->t_next;
/opensolaris-onvv-gate/usr/src/uts/intel/ia32/os/
H A Dsyscall.c1329 } while ((t = t->t_next) != first);
/opensolaris-onvv-gate/usr/src/uts/sparc/os/
H A Dsyscall.c1170 } while ((t = t->t_next) != first);
/opensolaris-onvv-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 236 milliseconds

12