Home
last modified time | relevance | path

Searched refs:cpu_fork_kthread_handler (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/kern/
H A Dkern_kthread.c121 cpu_fork_kthread_handler(td, func, arg); in kproc_create1()
313 cpu_fork_kthread_handler(newtd, func, arg); in kthread_add1()
H A Dinit_main.c848 cpu_fork_kthread_handler(FIRST_THREAD_IN_PROC(initproc), in create_init()
/freebsd/sys/powerpc/powerpc/
H A Dvm_machdep.c186 cpu_fork_kthread_handler(struct thread *td, void (*func)(void *), void *arg) in cpu_fork_kthread_handler() function
/freebsd/sys/riscv/riscv/
H A Dvm_machdep.c243 cpu_fork_kthread_handler(struct thread *td, void (*func)(void *), void *arg) in cpu_fork_kthread_handler() function
/freebsd/sys/arm/arm/
H A Dvm_machdep.c287 cpu_fork_kthread_handler(struct thread *td, void (*func)(void *), void *arg) in cpu_fork_kthread_handler() function
/freebsd/sys/arm64/arm64/
H A Dvm_machdep.c296 cpu_fork_kthread_handler(struct thread *td, void (*func)(void *), void *arg) in cpu_fork_kthread_handler() function
/freebsd/sys/i386/i386/
H A Dvm_machdep.c317 cpu_fork_kthread_handler(struct thread *td, void (*func)(void *), void *arg) in cpu_fork_kthread_handler() function
/freebsd/sys/amd64/amd64/
H A Dvm_machdep.c319 cpu_fork_kthread_handler(struct thread *td, void (*func)(void *), void *arg) in cpu_fork_kthread_handler() function
/freebsd/sys/sys/
H A Dproc.h1251 void cpu_fork_kthread_handler(struct thread *, void (*)(void *), void *);