1TRACEHOOK_REPORT_VFO(9) Kernel Internals TRACEHOOK_REPORT_VFO(9)
2
3
4
6 tracehook_report_vfork_done - vfork parent´s child has exited or exec´d
7
9 void tracehook_report_vfork_done(struct task_struct * child,
10 pid_t pid);
11
13 child
14 child task, already running
15
16 pid
17 new child´s PID in the parent´s namespace
18
20 Called after a CLONE_VFORK parent has waited for the child to complete.
21 The clone/vfork system call will return immediately after this. The
22 child pointer may be invalid if a self-reaping child died and
23 tracehook_report_clone took no action to prevent it from self-reaping.
24
25 Called with no locks held.
26
27
28
29Kernel Hackers Manual 2.6. June 2019 TRACEHOOK_REPORT_VFO(9)