Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dkern_kthread.c122 cpu_fork_kthread_handler(td, func, arg); in kproc_create1()
314 cpu_fork_kthread_handler(newtd, func, arg); in kthread_add1()
H A Dinit_main.c851 cpu_fork_kthread_handler(FIRST_THREAD_IN_PROC(initproc), in create_init()
/freebsd-14.2/sys/powerpc/powerpc/
H A Dvm_machdep.c188 cpu_fork_kthread_handler(struct thread *td, void (*func)(void *), void *arg) in cpu_fork_kthread_handler() function
/freebsd-14.2/sys/riscv/riscv/
H A Dvm_machdep.c244 cpu_fork_kthread_handler(struct thread *td, void (*func)(void *), void *arg) in cpu_fork_kthread_handler() function
/freebsd-14.2/sys/arm/arm/
H A Dvm_machdep.c290 cpu_fork_kthread_handler(struct thread *td, void (*func)(void *), void *arg) in cpu_fork_kthread_handler() function
/freebsd-14.2/sys/arm64/arm64/
H A Dvm_machdep.c290 cpu_fork_kthread_handler(struct thread *td, void (*func)(void *), void *arg) in cpu_fork_kthread_handler() function
/freebsd-14.2/sys/i386/i386/
H A Dvm_machdep.c319 cpu_fork_kthread_handler(struct thread *td, void (*func)(void *), void *arg) in cpu_fork_kthread_handler() function
/freebsd-14.2/sys/amd64/amd64/
H A Dvm_machdep.c321 cpu_fork_kthread_handler(struct thread *td, void (*func)(void *), void *arg) in cpu_fork_kthread_handler() function
/freebsd-14.2/sys/sys/
H A Dproc.h1247 void cpu_fork_kthread_handler(struct thread *, void (*)(void *), void *);