Searched refs:fork_exit (Results 1 – 13 of 13) sorted by relevance
| /src/sys/arm/arm/ |
| H A D | swtch.S | 114 b _C_LABEL(fork_exit) /* to userland via swi_exit code. */
|
| /src/sys/powerpc/powerpc/ |
| H A D | swtch32.S | 213 bl fork_exit
|
| H A D | swtch64.S | 356 bl fork_exit
|
| /src/sys/sys/ |
| H A D | sched.h | 281 void (*fork_exit)(struct thread *td); member
|
| H A D | proc.h | 1166 void fork_exit(void (*)(void *, struct trapframe *), void *,
|
| /src/sys/arm64/arm64/ |
| H A D | swtch.S | 233 bl _C_LABEL(fork_exit)
|
| /src/sys/kern/ |
| H A D | sched_shim.c | 44 DEFINE_SHIM1(fork_exit, void, sched_fork_exit, struct thread *, td)
|
| H A D | kern_fork.c | 1166 fork_exit(void (*callout)(void *, struct trapframe *), void *arg, in fork_exit() function
|
| H A D | sched_4bsd.c | 1861 SLOT(fork_exit),
|
| H A D | sched_ule.c | 3404 SLOT(fork_exit),
|
| /src/sys/i386/i386/ |
| H A D | exception.S | 422 movl $fork_exit, %eax
|
| /src/sys/riscv/riscv/ |
| H A D | swtch.S | 369 call _C_LABEL(fork_exit)
|
| /src/sys/amd64/amd64/ |
| H A D | exception.S | 1065 call fork_exit
|