Searched refs:cpu_fork_kthread_handler (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/sys/kern/ |
| H A D | kern_kthread.c | 122 cpu_fork_kthread_handler(td, func, arg); in kproc_create1() 314 cpu_fork_kthread_handler(newtd, func, arg); in kthread_add1()
|
| H A D | init_main.c | 851 cpu_fork_kthread_handler(FIRST_THREAD_IN_PROC(initproc), in create_init()
|
| /freebsd-14.2/sys/powerpc/powerpc/ |
| H A D | vm_machdep.c | 188 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 D | vm_machdep.c | 244 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 D | vm_machdep.c | 290 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 D | vm_machdep.c | 290 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 D | vm_machdep.c | 319 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 D | vm_machdep.c | 321 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 D | proc.h | 1247 void cpu_fork_kthread_handler(struct thread *, void (*)(void *), void *);
|