Search notes:

kernel/fork.c

This file defines the entry point for the following syscalls: set_tid_address, fork, vfork, clone, unshare.
kernel/fork.c contains the help-routines for the fork system call.
_do_fork seems to be the main fork routine.

Index