Searched refs:cpu_fork_kthread_handler (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/powerpc/powerpc/
H A Dvm_machdep.c182 cpu_fork_kthread_handler(struct thread *td, void (*func)(void *), void *arg) function
/freebsd-11-stable/sys/riscv/riscv/
H A Dvm_machdep.c233 cpu_fork_kthread_handler(struct thread *td, void (*func)(void *), void *arg) function
/freebsd-11-stable/sys/kern/
H A Dkern_kthread.c127 cpu_fork_kthread_handler(td, func, arg);
292 cpu_fork_kthread_handler(newtd, func, arg);
H A Dinit_main.c885 cpu_fork_kthread_handler(FIRST_THREAD_IN_PROC(initproc),
/freebsd-11-stable/sys/arm64/arm64/
H A Dvm_machdep.c252 cpu_fork_kthread_handler(struct thread *td, void (*func)(void *), void *arg) function
/freebsd-11-stable/sys/arm/arm/
H A Dvm_machdep.c339 cpu_fork_kthread_handler(struct thread *td, void (*func)(void *), void *arg) function
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dvm_machdep.c363 cpu_fork_kthread_handler(struct thread *td, void (*func)(void *), void *arg) function
/freebsd-11-stable/sys/i386/i386/
H A Dvm_machdep.c296 cpu_fork_kthread_handler(struct thread *td, void (*func)(void *), void *arg) function
/freebsd-11-stable/sys/amd64/amd64/
H A Dvm_machdep.c276 cpu_fork_kthread_handler(struct thread *td, void (*func)(void *), void *arg) function
/freebsd-11-stable/sys/mips/mips/
H A Dvm_machdep.c196 cpu_fork_kthread_handler(struct thread *td, void (*func)(void *), void *arg) function
/freebsd-11-stable/sys/sys/
H A Dproc.h1076 void cpu_fork_kthread_handler(struct thread *, void (*)(void *), void *);

Completed in 145 milliseconds