Home
last modified time | relevance | path

Searched refs:cpu_fork (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/sys/vm/
H A Dvm_glue.c235 cpu_fork(ONLY_LWP_IN_PROC(p1), NULL, flags); in vm_fork()
/dflybsd-src/sys/platform/vkernel64/x86_64/
H A Dvm_machdep.c91 cpu_fork(struct lwp *lp1, struct lwp *lp2, int flags) in cpu_fork() function
/dflybsd-src/sys/sys/
H A Dproc.h574 void cpu_fork (struct lwp *, struct lwp *, int);
/dflybsd-src/sys/platform/pc64/x86_64/
H A Dvm_machdep.c102 cpu_fork(struct lwp *lp1, struct lwp *lp2, int flags) in cpu_fork() function
/dflybsd-src/sys/kern/
H A Dkern_fork.c834 cpu_fork(lp1, lp2, flags); in lwp_fork2()