taglinefilesource code
wait_chldexit181include/linux/sched.hstruct wait_queue *wait_chldexit;  /* for wait4() */
wait_chldexit75kernel/exit.cwake_up_interruptible(&tsk->p_pptr->wait_chldexit);
wait_chldexit495kernel/exit.cadd_wait_queue(&current->wait_chldexit,&wait);
wait_chldexit567kernel/exit.cremove_wait_queue(&current->wait_chldexit,&wait);