Searched refs:p_cptr (Results 1 – 5 of 5) sorted by relevance
390 while (current->p_cptr != NULL) { in exit_notify()391 p = current->p_cptr; in exit_notify()392 current->p_cptr = p->p_osptr; in exit_notify()397 p->p_osptr = p->p_pptr->p_cptr; in exit_notify()400 p->p_pptr->p_cptr = p; in exit_notify()508 for (p = tsk->p_cptr ; p ; p = p->p_osptr) { in sys_wait4()
1210 if (p->p_cptr) in show_task()1211 printk("%5d ", p->p_cptr->pid); in show_task()
715 p->p_cptr = NULL; in do_fork()
351 struct task_struct *p_opptr, *p_pptr, *p_cptr, *p_ysptr, *p_osptr; member874 (p)->p_pptr->p_cptr = (p)->p_osptr; \883 if (((p)->p_osptr = (p)->p_pptr->p_cptr) != NULL) \885 (p)->p_pptr->p_cptr = p; \
670 for (p = current->p_cptr; p; p = p->p_osptr) { in irix_waitsys()