taglinefilesource code
wait_chldexit211include/linux/sched.hstruct wait_queue *wait_chldexit;  /* for wait4() */
wait_chldexit85kernel/exit.cwake_up_interruptible(&tsk->p_pptr->wait_chldexit);
wait_chldexit576kernel/exit.cadd_wait_queue(&current->wait_chldexit,&wait);
wait_chldexit645kernel/exit.cremove_wait_queue(&current->wait_chldexit,&wait);