Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dpgrp.c127 ASSERT(pgp->pid_pgtail == NULL);
131 pgp->pid_pgtail = p;
133 ASSERT(pgp->pid_pgtail != NULL);
140 p->p_ppglink = pgp->pid_pgtail;
142 pgp->pid_pgtail->p_pglink = p;
143 pgp->pid_pgtail = p;
147 if (pgp->pid_pglink == pgp->pid_pgtail) {
178 if (pgp->pid_pgtail == prp) {
179 pgp->pid_pgtail = prp->p_ppglink;
/titanic_44/usr/src/lib/libfakekernel/common/sys/
H A Dproc.h84 struct proc *pid_pgtail; member
/titanic_44/usr/src/uts/sparc/os/
H A Dsundep.c132 pid0.pid_pgtail = pp; in kern_setup1()
/titanic_44/usr/src/uts/intel/ia32/os/
H A Dsundep.c235 pid0.pid_pgtail = pp; in kern_setup1()
/titanic_44/usr/src/uts/common/sys/
H A Dproc.h406 struct proc *pid_pgtail; member