| /linux/Documentation/translations/zh_CN/mm/ |
| H A D | vmalloced-kernel-stacks.rst | 94 线程栈分配是由clone()、fork()、vfork()、kernel_thread()通过kernel_clone()
|
| /linux/tools/testing/selftests/timens/ |
| H A D | vfork_exec.c | 111 pid = vfork(); in main()
|
| /linux/kernel/ |
| H A D | fork.c | 1374 struct completion *vfork; in complete_vfork_done() local 1377 vfork = tsk->vfork_done; in complete_vfork_done() 1378 if (likely(vfork)) { in complete_vfork_done() 1380 complete(vfork); in complete_vfork_done() 1386 struct completion *vfork) in wait_for_vfork_done() argument 1392 killed = wait_for_completion_state(vfork, state); in wait_for_vfork_done() 2571 struct completion vfork; in kernel_clone() local 2628 p->vfork_done = &vfork; in kernel_clone() 2629 init_completion(&vfork); in kernel_clone() 2647 if (!wait_for_vfork_done(p, &vfork)) in kernel_clone() [all …]
|
| /linux/tools/testing/selftests/powerpc/benchmarks/ |
| H A D | fork.c | 110 pid_t pid = vfork(); in bench_vfork()
|
| /linux/tools/testing/selftests/arm64/gcs/ |
| H A D | basic-gcs.c | 310 pid = vfork(); in test_vfork()
|
| /linux/tools/testing/selftests/exec/ |
| H A D | check-exec.c | 367 pid_t child = vfork(); \
|
| /linux/Documentation/mm/ |
| H A D | vmalloced-kernel-stacks.rst | 105 Thread stack allocation is initiated from clone(), fork(), vfork(),
|
| /linux/tools/include/nolibc/ |
| H A D | sys.h | 371 pid_t vfork(void) in vfork() function
|
| /linux/arch/sh/kernel/syscalls/ |
| H A D | syscall.tbl | 200 190 common vfork sys_vfork
|
| /linux/arch/m68k/kernel/syscalls/ |
| H A D | syscall.tbl | 200 190 common vfork __sys_vfork
|
| /linux/arch/parisc/kernel/syscalls/ |
| H A D | syscall.tbl | 128 113 common vfork sys_vfork_wrapper
|
| /linux/tools/perf/arch/parisc/entry/syscalls/ |
| H A D | syscall.tbl | 128 113 common vfork sys_vfork_wrapper
|
| /linux/tools/perf/arch/sh/entry/syscalls/ |
| H A D | syscall.tbl | 200 190 common vfork sys_vfork
|
| /linux/arch/x86/entry/syscalls/ |
| H A D | syscall_64.tbl | 70 58 common vfork sys_vfork
|
| H A D | syscall_32.tbl | 205 190 i386 vfork sys_vfork
|
| /linux/tools/perf/arch/x86/entry/syscalls/ |
| H A D | syscall_64.tbl | 70 58 common vfork sys_vfork
|
| H A D | syscall_32.tbl | 205 190 i386 vfork sys_vfork
|
| /linux/tools/perf/arch/alpha/entry/syscalls/ |
| H A D | syscall.tbl | 75 66 common vfork alpha_vfork
|
| /linux/arch/microblaze/kernel/syscalls/ |
| H A D | syscall.tbl | 200 190 common vfork sys_vfork
|
| /linux/tools/perf/arch/sparc/entry/syscalls/ |
| H A D | syscall.tbl | 90 66 common vfork sys_vfork
|
| /linux/tools/perf/arch/arm/entry/syscalls/ |
| H A D | syscall.tbl | 207 190 common vfork sys_vfork
|
| /linux/tools/perf/arch/arm64/entry/syscalls/ |
| H A D | syscall_32.tbl | 204 190 common vfork sys_vfork
|
| /linux/arch/alpha/kernel/syscalls/ |
| H A D | syscall.tbl | 75 66 common vfork alpha_vfork
|
| /linux/arch/arm64/tools/ |
| H A D | syscall_32.tbl | 204 190 common vfork sys_vfork
|
| /linux/arch/sparc/kernel/syscalls/ |
| H A D | syscall.tbl | 90 66 common vfork sys_vfork
|