tag | line | file | source code |
---|---|---|---|
COPYVM | 125 | arch/i386/kernel/process.c | clone_flags |= COPYVM; |
COPYVM | 141 | kernel/fork.c | if (clone_flags & COPYVM) { |
COPYVM | 172 | kernel/fork.c | unsigned long clone_flags = COPYVM | SIGCHLD; |
COPYVM | 210 | kernel/fork.c | clone_flags = copy_thread(nr, COPYVM | SIGCHLD, p, ®s); |