Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dkern_kthread.c129 cpu_fork_kthread_handler(td, func, arg); in kproc_create()
295 cpu_fork_kthread_handler(newtd, func, arg); in kthread_add()
H A Dinit_main.c830 cpu_fork_kthread_handler(FIRST_THREAD_IN_PROC(initproc), in create_init()
/freebsd-13.1/sys/powerpc/powerpc/
H A Dvm_machdep.c184 cpu_fork_kthread_handler(struct thread *td, void (*func)(void *), void *arg) in cpu_fork_kthread_handler() function
/freebsd-13.1/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-13.1/sys/arm/arm/
H A Dvm_machdep.c285 cpu_fork_kthread_handler(struct thread *td, void (*func)(void *), void *arg) in cpu_fork_kthread_handler() function
/freebsd-13.1/sys/arm64/arm64/
H A Dvm_machdep.c281 cpu_fork_kthread_handler(struct thread *td, void (*func)(void *), void *arg) in cpu_fork_kthread_handler() function
/freebsd-13.1/sys/i386/i386/
H A Dvm_machdep.c312 cpu_fork_kthread_handler(struct thread *td, void (*func)(void *), void *arg) in cpu_fork_kthread_handler() function
/freebsd-13.1/sys/amd64/amd64/
H A Dvm_machdep.c308 cpu_fork_kthread_handler(struct thread *td, void (*func)(void *), void *arg) in cpu_fork_kthread_handler() function
/freebsd-13.1/sys/mips/mips/
H A Dvm_machdep.c188 cpu_fork_kthread_handler(struct thread *td, void (*func)(void *), void *arg) in cpu_fork_kthread_handler() function
/freebsd-13.1/sys/sys/
H A Dproc.h1164 void cpu_fork_kthread_handler(struct thread *, void (*)(void *), void *);