/illumos-gate/usr/src/uts/common/os/ |
H A D | lwp.c | 180 lwp_deathrow = t->t_forw; in lwp_create() 702 t->t_forw = t; in lwp_create() 705 t->t_forw = tx; in lwp_create() 707 tx->t_back->t_forw = t; in lwp_create() 989 t->t_forw->t_back = t->t_back; in lwp_exit() 990 t->t_back->t_forw = t->t_forw; in lwp_exit() 992 p->p_tlist = t->t_forw; in lwp_exit() 1605 } while ((t = t->t_forw) != p->p_tlist); in pokelwps() 1637 } while ((t = t->t_forw) != p->p_tlist); in continuelwps() 1741 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() 616 } while ((tp = tp->t_forw) != pp->p_tlist); in swapin() 730 } while ((tp = tp->t_forw) != pp->p_tlist); in swapout()
|
H A D | brand.c | 326 ASSERT(p->p_tlist == p->p_tlist->t_forw); in brand_setbrand() 347 ASSERT(p->p_tlist == p->p_tlist->t_forw); in brand_clearbrand() 1017 ASSERT(curproc->p_tlist == curproc->p_tlist->t_forw); in brand_solaris_exec() 1108 ASSERT(p->p_tlist != p->p_tlist->t_forw); in brand_solaris_lwpexit() 1126 ASSERT(p->p_tlist == p->p_tlist->t_forw); in brand_solaris_proc_exit() 1146 ASSERT(p->p_tlist == p->p_tlist->t_forw); in brand_solaris_setbrand()
|
H A D | fork.c | 495 } while ((t = t->t_forw) != cp->p_tlist); in cfork() 511 } while ((t = t->t_forw) != p->p_tlist); in cfork() 570 } while ((t = t->t_forw) != cp->p_tlist); in cfork() 734 if (t != t->t_forw) in forklwp_fail() 735 p->p_tlist = t->t_forw; in forklwp_fail() 739 t->t_forw->t_back = t->t_back; in forklwp_fail() 740 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 | 495 } while ((t = t->t_forw) != p->p_tlist); in xsetitimer() 540 ASSERT(t == p->p_tlist && t == t->t_forw); in delete_itimer_realprof() 705 } while ((t = t->t_forw) != p->p_tlist); in realprofexpire()
|
H A D | pool_pset.c | 590 } while ((t = t->t_forw) != p->p_tlist); in pool_pset_bind() 672 } while ((t = t->t_forw) != p->p_tlist); in pset_bind_start()
|
H A D | zone.c | 3606 ASSERT(t->t_forw == NULL); in zthread_create() 3609 t->t_forw = t->t_back = t; in zthread_create() 3613 t->t_forw = tx; in zthread_create() 3615 tx->t_back->t_forw = t; in zthread_create() 3664 ASSERT(t->t_forw == t); in zthread_exit() 3686 t->t_forw->t_back = t->t_back; in zthread_exit() 3687 t->t_back->t_forw = t->t_forw; in zthread_exit() 3689 zone->zone_kthreads = t->t_forw; in zthread_exit() 6221 } while ((t = t->t_forw) != pp->p_tlist); in zone_enter() 6243 } while ((t = t->t_forw) != pp->p_tlist); in zone_enter()
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | nice.c | 64 } 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 | 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() 787 } while ((t = t->t_forw) != p->p_tlist); in lgrp_affinity_set() 1026 } while ((t = t->t_forw) != p->p_tlist); in lgrp_home_get()
|
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 | rusagesys.c | 83 } while ((t = t->t_forw) != curthread); in getrusage()
|
/illumos-gate/usr/src/uts/common/fs/proc/ |
H A D | prcontrol.c | 1218 } while ((t = t->t_forw) != p->p_tlist); in pr_stop() 1483 } while ((t = t->t_forw) != p->p_tlist); in allsetrun() 1599 } while ((tx = tx->t_forw) != p->p_tlist); in pr_setsig() 1613 } while ((tx = tx->t_forw) != p->p_tlist); in pr_setsig() 1642 } while ((tx = tx->t_forw) != p->p_tlist); in pr_setsig() 1708 } while ((t = t->t_forw) != p->p_tlist); in pr_nice() 2374 } while ((t = t->t_forw) != p->p_tlist); in pr_scred() 2436 } while ((t = t->t_forw) != p->p_tlist); in pr_szoneid() 2456 } while ((t = t->t_forw) != p->p_tlist); in pr_spriv() 2503 } while (rv == 0 && (t = t->t_forw) != p->p_tlist); in pr_allstopped() [all …]
|
H A D | prioctl.c | 563 } while ((t = t->t_forw) != p->p_tlist); in prioctl64() 856 } while ((t = t->t_forw) != p->p_tlist); in prioctl64() 1078 } while ((t = t->t_forw) != p->p_tlist); in prioctl64() 1174 } while ((t = t->t_forw) != p->p_tlist); in prioctl64() 1600 } while ((t = t->t_forw) != p->p_tlist); in oprgetpsinfo32() 2103 } while ((t = t->t_forw) != p->p_tlist); in prioctl32() 2427 } while ((t = t->t_forw) != p->p_tlist); in prioctl32() 2656 } while ((t = t->t_forw) != p->p_tlist); in prioctl32() 2752 } while ((t = t->t_forw) != p->p_tlist); in prioctl32() 3387 } while ((t = t->t_forw) != p->p_tlist); in oprgetpsinfo()
|
/illumos-gate/usr/src/uts/sparc/os/ |
H A D | syscall.c | 1096 } while ((t = t->t_forw) != first); in set_proc_pre_sys() 1113 } while ((t = t->t_forw) != first); in set_proc_post_sys() 1131 } while ((t = t->t_forw) != first); in set_proc_sys() 1192 } while (p->p_tlist != (t = t->t_forw)); in set_all_zone_usr_proc_sys() 1214 } while ((t = t->t_forw) != first); in set_proc_ast()
|
/illumos-gate/usr/src/uts/intel/os/ |
H A D | syscall.c | 1254 } while ((t = t->t_forw) != first); in set_proc_pre_sys() 1271 } while ((t = t->t_forw) != first); in set_proc_post_sys() 1289 } while ((t = t->t_forw) != first); in set_proc_sys() 1351 } while (p->p_tlist != (t = t->t_forw)); in set_all_zone_usr_proc_sys() 1373 } while ((t = t->t_forw) != first); in set_proc_ast()
|
H A D | sysi86.c | 471 } while ((t = t->t_forw) != targ->p_tlist); in ldt_installctx() 614 } while ((t = t->t_forw) != pp->p_tlist); in setdscr()
|
/illumos-gate/usr/src/uts/common/disp/ |
H A D | thread.c | 818 *tp = tmp->t_forw; in thread_zone_cleanup() 819 tmp->t_forw = list; in thread_zone_cleanup() 823 tp = &(*tp)->t_forw; in thread_zone_cleanup() 835 next = t->t_forw; in thread_reap_list() 955 t->t_forw = thread_deathrow; in reapq_move_lq_to_tq() 982 t->t_forw = lwp_deathrow; in reapq_add() 986 t->t_forw = thread_deathrow; in reapq_add()
|
H A D | priocntl.c | 799 } while ((tx = tx->t_forw) != pp->p_tlist); in proccmp() 897 } while ((t = t->t_forw) != targpp->p_tlist); in setparms() 985 } while ((tp = tp->t_forw) != pp->p_tlist); in setprocnice() 1155 } while ((tp = tp->t_forw) != pp->p_tlist); in setprocprio()
|
/illumos-gate/usr/src/uts/common/exec/elf/ |
H A D | old_notes.c | 183 } while ((t = t->t_forw) != curthread); in write_old_elfnotes()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_gcore.h | 77 uintptr_t t_forw; member
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | mlsetup.c | 218 t0.t_forw = &t0; in mlsetup()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | thread.c | 113 wsp->walk_addr = (uintptr_t)twp->tw_thread->t_forw; in thread_walk_step() 160 wsp->walk_addr = (uintptr_t)t.t_forw; in deathrow_walk_step()
|
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | mlsetup.c | 155 t0.t_forw = &t0; in mlsetup()
|