taglinefilesource code
wait_chldexit201include/linux/sched.hstruct wait_queue *wait_chldexit;  /* for wait4() */
wait_chldexit79kernel/exit.cwake_up_interruptible(&tsk->p_pptr->wait_chldexit);
wait_chldexit569kernel/exit.cadd_wait_queue(&current->wait_chldexit,&wait);
wait_chldexit638kernel/exit.cremove_wait_queue(&current->wait_chldexit,&wait);