Home
last modified time | relevance | path

Searched refs:p_tlist (Results 1 – 25 of 44) sorted by relevance

12

/titanic_50/usr/src/uts/common/os/
H A Dbrand.c325 ASSERT(p->p_tlist == p->p_tlist->t_forw); in brand_setbrand()
338 ASSERT(!no_lwps || (p->p_tlist == NULL)); in brand_clearbrand()
346 ASSERT(p->p_tlist == p->p_tlist->t_forw); in brand_clearbrand()
347 lwp = p->p_tlist->t_lwp; 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()
1126 ASSERT(p->p_tlist->t_lwp == l); in brand_solaris_proc_exit()
1145 ASSERT(p->p_tlist == p->p_tlist->t_forw); in brand_solaris_setbrand()
1148 (void) brand_solaris_initlwp(p->p_tlist->t_lwp, pbrand); in brand_solaris_setbrand()
H A Dsched.c217 t = prp->p_tlist; in sched()
231 } while ((t = t->t_forw) != prp->p_tlist); in sched()
274 t = prp->p_tlist; in sched()
285 } while ((t = t->t_forw) != prp->p_tlist); in sched()
418 t = prp->p_tlist; in sched()
429 } while ((t = t->t_forw) != prp->p_tlist); in sched()
546 tp = pp->p_tlist; in swapin()
619 } while ((tp = tp->t_forw) != pp->p_tlist); in swapin()
644 tp = pp->p_tlist; in swapout()
738 } while ((tp = tp->t_forw) != pp->p_tlist); in swapout()
H A Dfork.c476 t = cp->p_tlist; in cfork()
480 } while ((t = t->t_forw) != cp->p_tlist); in cfork()
492 t = p->p_tlist; in cfork()
496 } while ((t = t->t_forw) != p->p_tlist); in cfork()
539 t = cp->p_tlist; in cfork()
555 } while ((t = t->t_forw) != cp->p_tlist); in cfork()
583 CL_FORKRET(curthread, cp->p_tlist); in cfork()
720 while ((t = p->p_tlist) != NULL) { in forklwp_fail()
725 p->p_tlist = t->t_forw; in forklwp_fail()
727 p->p_tlist = NULL; in forklwp_fail()
H A Dsig.c164 kthread_t *t = p->p_tlist; in sig_discardable()
257 if ((tt = p->p_tlist) != NULL) { in sigtoproc()
265 } while ((tt = tt->t_forw) != p->p_tlist); in sigtoproc()
267 if ((tt = p->p_tlist) != NULL) { in sigtoproc()
276 } while ((tt = tt->t_forw) != p->p_tlist); in sigtoproc()
291 if ((tt = p->p_tlist) != NULL) { in sigtoproc()
296 } while ((tt = tt->t_forw) != p->p_tlist); in sigtoproc()
301 DTRACE_PROC3(signal__discard, kthread_t *, p->p_tlist, in sigtoproc()
322 } else if ((tt = p->p_tlist) != NULL) { in sigtoproc()
345 } while ((tt = tt->t_forw) != p->p_tlist); in sigtoproc()
[all …]
H A Dprocset.c136 prp->p_tlist == NULL || prp->p_flag & SSYS)) { in dotoprocs()
178 if (prp->p_flag & SSYS || prp->p_tlist == NULL || in dotoprocs()
916 (tp = pp->p_tlist) == NULL) { in dotolwp()
931 } while (((tp = tp->t_forw) != pp->p_tlist) && !done); in dotolwp()
H A Dpool_pset.c582 if ((t = p->p_tlist) == NULL) in pool_pset_bind()
588 } while ((t = t->t_forw) != p->p_tlist); in pool_pset_bind()
641 if ((t = p->p_tlist) == NULL) { in pset_bind_start()
670 } while ((t = t->t_forw) != p->p_tlist); in pset_bind_start()
H A Dlwp.c701 if ((tx = p->p_tlist) == NULL) { in lwp_create()
704 p->p_tlist = t; in lwp_create()
996 if (t == p->p_tlist) in lwp_exit()
997 p->p_tlist = t->t_forw; in lwp_exit()
1573 t = p->p_tlist; in pokelwps()
1610 } while ((t = t->t_forw) != p->p_tlist); in pokelwps()
1633 t = p->p_tlist; in continuelwps()
1642 } while ((t = t->t_forw) != p->p_tlist); in continuelwps()
H A Dtimers.c480 t = p->p_tlist; in xsetitimer()
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()
638 (t = p->p_tlist) == NULL) { in realprofexpire()
704 } while ((t = t->t_forw) != p->p_tlist); in realprofexpire()
H A Dmsacct.c366 t = p->p_tlist; in mstate_aggr_state()
384 } while ((t = t->t_forw) != p->p_tlist); in mstate_aggr_state()
/titanic_50/usr/src/uts/common/syscall/
H A Dprocessor_bind.c67 tp = pp->p_tlist; in cpu_bind_process()
122 if (p->p_tlist == NULL) in cpu_bind_project()
147 if (p->p_tlist == NULL) in cpu_bind_zone()
172 if (p->p_tlist == NULL) in cpu_bind_contract()
242 tp = pp->p_tlist; in processor_bind()
250 } while ((tp = tp->t_forw) != pp->p_tlist); in processor_bind()
H A Dnice.c60 t = p->p_tlist; in nice()
66 } while ((t = t->t_forw) != p->p_tlist); in nice()
H A Dlgrpsys.c349 t = p->p_tlist; in lgrp_affinity_get_thread()
375 } while ((t = t->t_forw) != p->p_tlist); in lgrp_affinity_get_thread()
665 t = p->p_tlist; in lgrp_affinity_set_proc()
686 } while ((t = t->t_forw) != p->p_tlist); in lgrp_affinity_set_proc()
772 } else if (p->p_tlist == NULL) { in lgrp_affinity_set()
778 t = p->p_tlist; in lgrp_affinity_set()
786 } while ((t = t->t_forw) != p->p_tlist); in lgrp_affinity_set()
1013 } else if (p->p_tlist == NULL) { in lgrp_home_get()
1018 t = p->p_tlist; in lgrp_home_get()
1025 } while ((t = t->t_forw) != p->p_tlist); in lgrp_home_get()
[all …]
H A Dpset.c311 tp = pp->p_tlist; in pset_bind_process()
320 } while ((tp = tp->t_forw) != pp->p_tlist); in pset_bind_process()
365 if (pp->p_tlist == NULL) in pset_bind_project()
424 tp = pp->p_tlist; in pset_unbind()
442 } while ((tp = tp->t_forw) != pp->p_tlist); in pset_unbind()
/titanic_50/usr/src/uts/common/fs/proc/
H A Dprcontrol.c1040 t = p->p_tlist; in pr_stop()
1079 } while ((t = t->t_forw) != p->p_tlist); in pr_stop()
1333 if ((t = p->p_tlist) != NULL) { in allsetrun()
1344 } while ((t = t->t_forw) != p->p_tlist); in allsetrun()
1452 if ((tx = p->p_tlist) != NULL) { in pr_setsig()
1460 } while ((tx = tx->t_forw) != p->p_tlist); in pr_setsig()
1469 if ((tx = p->p_tlist) != NULL) { in pr_setsig()
1474 } while ((tx = tx->t_forw) != p->p_tlist); in pr_setsig()
1493 if (sig == SIGCONT && (tx = p->p_tlist) != NULL) { in pr_setsig()
1503 } while ((tx = tx->t_forw) != p->p_tlist); in pr_setsig()
[all …]
H A Dprioctl.c578 if ((t = p->p_tlist) != NULL) { in prioctl64()
584 } while ((t = t->t_forw) != p->p_tlist); in prioctl64()
888 t = p->p_tlist; in prioctl64()
894 } while ((t = t->t_forw) != p->p_tlist); in prioctl64()
1114 if ((t = p->p_tlist) != NULL && in prioctl64()
1120 } while ((t = t->t_forw) != p->p_tlist); in prioctl64()
1207 if ((t = p->p_tlist) != NULL && in prioctl64()
1216 } while ((t = t->t_forw) != p->p_tlist); in prioctl64()
1641 t = p->p_tlist; in oprgetpsinfo32()
1647 } while ((t = t->t_forw) != p->p_tlist); in oprgetpsinfo32()
[all …]
H A Dprsubr.c142 if ((t = p->p_tlist) == NULL) /* start at the head of the list */ in prchoose()
223 } while ((t = t->t_forw) != p->p_tlist); in prchoose()
246 t = p->p_tlist; in prchoose()
335 ASSERT(p->p_tlist == NULL); in prfree()
2325 t = p->p_tlist; in prgetpsinfo()
2328 } while ((t = t->t_forw) != p->p_tlist); in prgetpsinfo()
2457 t = p->p_tlist; in prgetpsinfo32()
2461 } while ((t = t->t_forw) != p->p_tlist); in prgetpsinfo32()
2756 t = p->p_tlist; in estimate_msacct()
2759 } while ((t = t->t_forw) != p->p_tlist); in estimate_msacct()
[all …]
/titanic_50/usr/src/uts/common/disp/
H A Dpriocntl.c772 if (pp->p_tlist == NULL) { in proccmp()
784 *argp->pcmp_cidp = pp->p_tlist->t_cid; in proccmp()
786 ty = tx = pp->p_tlist; in proccmp()
798 } while ((tx = tx->t_forw) != pp->p_tlist); in proccmp()
888 if ((t = targpp->p_tlist) == NULL) { in setparms()
896 } while ((t = t->t_forw) != targpp->p_tlist); in setparms()
965 if ((tp = pp->p_tlist) == NULL) { in setprocnice()
984 } while ((tp = tp->t_forw) != pp->p_tlist); in setprocnice()
1135 if ((tp = pp->p_tlist) == NULL) { in setprocprio()
1154 } while ((tp = tp->t_forw) != pp->p_tlist); in setprocprio()
/titanic_50/usr/src/uts/intel/ia32/os/
H A Dsyscall.c1269 t = first = p->p_tlist; in set_proc_pre_sys()
1286 t = first = p->p_tlist; in set_proc_post_sys()
1303 t = first = p->p_tlist; in set_proc_sys()
1358 if ((t = p->p_tlist) == NULL) { in set_all_zone_usr_proc_sys()
1369 } while (p->p_tlist != (t = t->t_forw)); in set_all_zone_usr_proc_sys()
1388 t = first = p->p_tlist; in set_proc_ast()
H A Dsysi86.c473 t = targ->p_tlist; in ldt_installctx()
476 } while ((t = t->t_forw) != targ->p_tlist); in ldt_installctx()
589 t = pp->p_tlist; in setdscr()
623 } while ((t = t->t_forw) != pp->p_tlist); in setdscr()
/titanic_50/usr/src/uts/sparc/os/
H A Dsyscall.c1110 t = first = p->p_tlist; in set_proc_pre_sys()
1127 t = first = p->p_tlist; in set_proc_post_sys()
1144 t = first = p->p_tlist; in set_proc_sys()
1198 if ((t = p->p_tlist) == NULL) { in set_all_zone_usr_proc_sys()
1209 } while (p->p_tlist != (t = t->t_forw)); in set_all_zone_usr_proc_sys()
1228 t = first = p->p_tlist; in set_proc_ast()
H A Dsundep.c130 pp->p_tlist = &t0; in kern_setup1()
/titanic_50/usr/src/uts/common/exec/elf/
H A Dold_notes.c88 kthread_t *t = p->p_tlist; in setup_old_note_header()
97 } while ((t = t->t_forw) != p->p_tlist); in setup_old_note_header()
H A Delf_notes.c146 kthread_t *t = p->p_tlist; in setup_note_header()
155 } while ((t = t->t_forw) != p->p_tlist); in setup_note_header()
/titanic_50/usr/src/uts/common/sys/
H A Dthread.h514 #define proctot(x) ((x)->p_tlist)
515 #define proctolwp(x) ((x)->p_tlist->t_lwp)
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gcore.h41 uintptr_t p_tlist; member

12