Searched refs:reaper (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dexit.c597 choose_new_parent(struct task_struct *p, struct task_struct *reaper) argument
603 BUG_ON(p == reaper || reaper->exit_state);
604 p->real_parent = reaper;
678 * the child reaper process (ie "init") in our pid
684 struct task_struct *p, *reaper = father; local
688 reaper = next_thread(reaper);
689 if (reaper == father) {
690 reaper
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/proc/
H A Dbase.c2276 struct task_struct *reaper = get_proc_task(filp->f_path.dentry->d_inode); local
2280 if (!reaper)
2285 if (proc_base_fill_cache(filp, dirent, filldir, reaper, p) < 0)
2302 put_task_struct(reaper);

Completed in 59 milliseconds