Searched refs:pid_pgtail (Results 1 – 5 of 5) sorted by relevance
127 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;
84 struct proc *pid_pgtail; member
132 pid0.pid_pgtail = pp; in kern_setup1()
235 pid0.pid_pgtail = pp; in kern_setup1()
406 struct proc *pid_pgtail; member