Home
last modified time | relevance | path

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

/linux-2.4.37.9/kernel/
Dexit.c390 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()
Dsched.c1210 if (p->p_cptr) in show_task()
1211 printk("%5d ", p->p_cptr->pid); in show_task()
Dfork.c715 p->p_cptr = NULL; in do_fork()
/linux-2.4.37.9/include/linux/
Dsched.h351 struct task_struct *p_opptr, *p_pptr, *p_cptr, *p_ysptr, *p_osptr; member
874 (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; \
/linux-2.4.37.9/arch/mips/kernel/
Dirixsig.c670 for (p = current->p_cptr; p; p = p->p_osptr) { in irix_waitsys()