Home
last modified time | relevance | path

Searched refs:pid_pgtail (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dpgrp.c125 ASSERT(pgp->pid_pgtail == NULL);
129 pgp->pid_pgtail = p;
131 ASSERT(pgp->pid_pgtail != NULL);
138 p->p_ppglink = pgp->pid_pgtail;
140 pgp->pid_pgtail->p_pglink = p;
141 pgp->pid_pgtail = p;
145 if (pgp->pid_pglink == pgp->pid_pgtail) {
176 if (pgp->pid_pgtail == prp) {
177 pgp->pid_pgtail = prp->p_ppglink;
/illumos-gate/usr/src/lib/libfakekernel/common/sys/
H A Dproc.h85 struct proc *pid_pgtail; member
/illumos-gate/usr/src/uts/sparc/os/
H A Dsundep.c132 pid0.pid_pgtail = pp; in kern_setup1()
/illumos-gate/usr/src/uts/intel/os/
H A Dsundep.c238 pid0.pid_pgtail = pp; in kern_setup1()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h418 struct proc *pid_pgtail; member