/titanic_50/usr/src/uts/common/os/ |
H A D | lwp.c | 181 lwp_deathrow = t->t_forw; in lwp_create() 703 t->t_forw = t; in lwp_create() 706 t->t_forw = tx; in lwp_create() 708 tx->t_back->t_forw = t; in lwp_create() 994 t->t_forw->t_back = t->t_back; in lwp_exit() 995 t->t_back->t_forw = t->t_forw; in lwp_exit() 997 p->p_tlist = t->t_forw; in lwp_exit() 1610 } while ((t = t->t_forw) != p->p_tlist); in pokelwps() 1642 } while ((t = t->t_forw) != p->p_tlist); in continuelwps() 1746 for (t = curthread->t_forw; --heldcnt > 0; t = t->t_forw) { in exitlwps()
|
H A D | sched.c | 231 } while ((t = t->t_forw) != prp->p_tlist); in sched() 285 } while ((t = t->t_forw) != prp->p_tlist); in sched() 429 } while ((t = t->t_forw) != prp->p_tlist); in sched() 619 } while ((tp = tp->t_forw) != pp->p_tlist); in swapin() 738 } while ((tp = tp->t_forw) != pp->p_tlist); in swapout()
|
H A D | brand.c | 325 ASSERT(p->p_tlist == p->p_tlist->t_forw); in brand_setbrand() 346 ASSERT(p->p_tlist == p->p_tlist->t_forw); in brand_clearbrand() 1016 ASSERT(curproc->p_tlist == curproc->p_tlist->t_forw); in brand_solaris_exec() 1107 ASSERT(p->p_tlist != p->p_tlist->t_forw); in brand_solaris_lwpexit() 1125 ASSERT(p->p_tlist == p->p_tlist->t_forw); in brand_solaris_proc_exit() 1145 ASSERT(p->p_tlist == p->p_tlist->t_forw); in brand_solaris_setbrand()
|
H A D | fork.c | 480 } while ((t = t->t_forw) != cp->p_tlist); in cfork() 496 } while ((t = t->t_forw) != p->p_tlist); in cfork() 555 } while ((t = t->t_forw) != cp->p_tlist); in cfork() 724 if (t != t->t_forw) in forklwp_fail() 725 p->p_tlist = t->t_forw; in forklwp_fail() 729 t->t_forw->t_back = t->t_back; in forklwp_fail() 730 t->t_back->t_forw = t->t_forw; in forklwp_fail()
|
H A D | sig.c | 168 t->t_forw == t && /* and single-threaded */ in sig_discardable() 265 } while ((tt = tt->t_forw) != p->p_tlist); in sigtoproc() 276 } while ((tt = tt->t_forw) != p->p_tlist); in sigtoproc() 296 } while ((tt = tt->t_forw) != p->p_tlist); in sigtoproc() 345 } while ((tt = tt->t_forw) != p->p_tlist); in sigtoproc() 839 } while ((t = t->t_forw) != p->p_tlist); in jobstopped() 968 for (tx = t->t_forw; tx != t; tx = tx->t_forw) { in stop() 1075 for (tx = t->t_forw; procstop && tx != t; tx = tx->t_forw) { in stop() 1622 } while ((t = t->t_forw) != p->p_tlist); in setsigact()
|
H A D | timers.c | 494 } while ((t = t->t_forw) != p->p_tlist); in xsetitimer() 539 ASSERT(t == p->p_tlist && t == t->t_forw); in delete_itimer_realprof() 704 } while ((t = t->t_forw) != p->p_tlist); in realprofexpire()
|
H A D | pool_pset.c | 588 } while ((t = t->t_forw) != p->p_tlist); in pool_pset_bind() 670 } while ((t = t->t_forw) != p->p_tlist); in pset_bind_start()
|
/titanic_50/usr/src/uts/common/syscall/ |
H A D | nice.c | 66 } while ((t = t->t_forw) != p->p_tlist); in nice()
|
H A D | processor_bind.c | 74 } while ((tp = tp->t_forw) != fp); in cpu_bind_process() 250 } while ((tp = tp->t_forw) != pp->p_tlist); in processor_bind()
|
H A D | pset.c | 320 } while ((tp = tp->t_forw) != pp->p_tlist); in pset_bind_process() 442 } while ((tp = tp->t_forw) != pp->p_tlist); in pset_unbind()
|
H A D | lgrpsys.c | 375 } while ((t = t->t_forw) != p->p_tlist); in lgrp_affinity_get_thread() 686 } while ((t = t->t_forw) != p->p_tlist); in lgrp_affinity_set_proc() 786 } while ((t = t->t_forw) != p->p_tlist); in lgrp_affinity_set() 1025 } while ((t = t->t_forw) != p->p_tlist); in lgrp_home_get()
|
H A D | rusagesys.c | 83 } while ((t = t->t_forw) != curthread); in getrusage()
|
/titanic_50/usr/src/uts/common/exec/elf/ |
H A D | old_notes.c | 97 } while ((t = t->t_forw) != p->p_tlist); in setup_old_note_header() 234 } while ((t = t->t_forw) != curthread); in write_old_elfnotes()
|
/titanic_50/usr/src/uts/common/fs/proc/ |
H A D | prcontrol.c | 1079 } while ((t = t->t_forw) != p->p_tlist); in pr_stop() 1344 } while ((t = t->t_forw) != p->p_tlist); in allsetrun() 1460 } while ((tx = tx->t_forw) != p->p_tlist); in pr_setsig() 1474 } while ((tx = tx->t_forw) != p->p_tlist); in pr_setsig() 1503 } while ((tx = tx->t_forw) != p->p_tlist); in pr_setsig() 1569 } while ((t = t->t_forw) != p->p_tlist); in pr_nice() 2256 } while ((t = t->t_forw) != p->p_tlist); in pr_scred() 2318 } while ((t = t->t_forw) != p->p_tlist); in pr_szoneid() 2338 } while ((t = t->t_forw) != p->p_tlist); in pr_spriv() 2385 } while (rv == 0 && (t = t->t_forw) != p->p_tlist); in pr_allstopped() [all …]
|
H A D | prioctl.c | 584 } while ((t = t->t_forw) != p->p_tlist); in prioctl64() 894 } while ((t = t->t_forw) != p->p_tlist); in prioctl64() 1120 } while ((t = t->t_forw) != p->p_tlist); in prioctl64() 1216 } while ((t = t->t_forw) != p->p_tlist); in prioctl64() 1647 } while ((t = t->t_forw) != p->p_tlist); in oprgetpsinfo32() 2169 } while ((t = t->t_forw) != p->p_tlist); in prioctl32() 2516 } while ((t = t->t_forw) != p->p_tlist); in prioctl32() 2750 } while ((t = t->t_forw) != p->p_tlist); in prioctl32() 2846 } while ((t = t->t_forw) != p->p_tlist); in prioctl32() 3486 } while ((t = t->t_forw) != p->p_tlist); in oprgetpsinfo()
|
/titanic_50/usr/src/uts/intel/ia32/os/ |
H A D | syscall.c | 1272 } while ((t = t->t_forw) != first); in set_proc_pre_sys() 1289 } while ((t = t->t_forw) != first); in set_proc_post_sys() 1307 } while ((t = t->t_forw) != first); in set_proc_sys() 1369 } while (p->p_tlist != (t = t->t_forw)); in set_all_zone_usr_proc_sys() 1391 } while ((t = t->t_forw) != first); in set_proc_ast()
|
H A D | sysi86.c | 476 } while ((t = t->t_forw) != targ->p_tlist); in ldt_installctx() 623 } while ((t = t->t_forw) != pp->p_tlist); in setdscr()
|
/titanic_50/usr/src/uts/sparc/os/ |
H A D | syscall.c | 1113 } while ((t = t->t_forw) != first); in set_proc_pre_sys() 1130 } while ((t = t->t_forw) != first); in set_proc_post_sys() 1148 } while ((t = t->t_forw) != first); in set_proc_sys() 1209 } while (p->p_tlist != (t = t->t_forw)); in set_all_zone_usr_proc_sys() 1231 } while ((t = t->t_forw) != first); in set_proc_ast()
|
/titanic_50/usr/src/uts/common/disp/ |
H A D | thread.c | 828 *tp = tmp->t_forw; in thread_zone_cleanup() 829 tmp->t_forw = list; in thread_zone_cleanup() 833 tp = &(*tp)->t_forw; in thread_zone_cleanup() 845 next = t->t_forw; in thread_reap_list() 965 t->t_forw = thread_deathrow; in reapq_move_lq_to_tq() 992 t->t_forw = lwp_deathrow; in reapq_add() 996 t->t_forw = thread_deathrow; in reapq_add()
|
H A D | priocntl.c | 798 } while ((tx = tx->t_forw) != pp->p_tlist); in proccmp() 896 } while ((t = t->t_forw) != targpp->p_tlist); in setparms() 984 } while ((tp = tp->t_forw) != pp->p_tlist); in setprocnice() 1154 } while ((tp = tp->t_forw) != pp->p_tlist); in setprocprio()
|
/titanic_50/usr/src/uts/sun4u/starfire/io/ |
H A D | idn.c | 3594 tp->t_forw = tp->t_back = tp; in idn_timer_alloc() 3648 tpnext = tp->t_forw; in idn_timer_get() 3651 tp->t_forw->t_back = tp->t_back; in idn_timer_get() 3652 tp->t_back->t_forw = tp->t_forw; in idn_timer_get() 3654 tp->t_forw = tp->t_back = tp; in idn_timer_get() 3656 tp->t_forw = tphead; in idn_timer_get() 3658 tp->t_back->t_forw = tp; in idn_timer_get() 3672 tphead->t_back->t_forw = NULL; in idn_timer_get() 3674 for (tp = tphead; tp; tp = tp->t_forw) in idn_timer_get() 3690 ASSERT((tp->t_forw == tp) && (tp->t_back == tp)); in idn_timer_start() [all …]
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_gcore.h | 77 uintptr_t t_forw; member
|
/titanic_50/usr/src/uts/i86pc/os/ |
H A D | mlsetup.c | 293 t0.t_forw = &t0; in mlsetup()
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | thread.c | 110 wsp->walk_addr = (uintptr_t)twp->tw_thread->t_forw; in thread_walk_step() 157 wsp->walk_addr = (uintptr_t)t.t_forw; in deathrow_walk_step()
|
/titanic_50/usr/src/uts/sun4/os/ |
H A D | mlsetup.c | 155 t0.t_forw = &t0; in mlsetup()
|