Searched refs:proc_reparent (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/sys/kern/ |
| H A D | kern_exit.c | 142 proc_reparent(p2, p1, true); in reaper_abandon_children() 459 proc_reparent(q, q->p_reaper, true); in exit1() 495 proc_reparent(q, q->p_reaper, true); in exit1() 498 proc_reparent(q, t, true); in exit1() 595 proc_reparent(p, p->p_reaper, true); in exit1() 869 proc_reparent(p, t, false); in proc_reap() 1355 proc_reparent(struct proc *child, struct proc *parent, bool set_oppid) in proc_reparent() function
|
| H A D | kern_kthread.c | 169 proc_reparent(p, initproc, true); in kproc_exit()
|
| H A D | sys_procdesc.c | 420 proc_reparent(p, p->p_reaper, true); in procdesc_close()
|
| H A D | sys_process.c | 932 proc_reparent(p, td->td_proc, false); 1125 proc_reparent(p, pp, false);
|
| H A D | kern_fork.c | 782 proc_reparent(p2, p1->p_pptr, false); in do_fork()
|
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_fork.c | 238 proc_reparent(p2, td->td_proc->p_pptr, true); in linux_clone_proc()
|
| /freebsd-12.1/sys/sys/ |
| H A D | proc.h | 1065 void proc_reparent(struct proc *child, struct proc *newparent, bool set_oppid);
|