Home
last modified time | relevance | path

Searched refs:fork_exit (Results 1 – 13 of 13) sorted by relevance

/src/sys/arm/arm/
H A Dswtch.S114 b _C_LABEL(fork_exit) /* to userland via swi_exit code. */
/src/sys/powerpc/powerpc/
H A Dswtch32.S213 bl fork_exit
H A Dswtch64.S356 bl fork_exit
/src/sys/sys/
H A Dsched.h281 void (*fork_exit)(struct thread *td); member
H A Dproc.h1166 void fork_exit(void (*)(void *, struct trapframe *), void *,
/src/sys/arm64/arm64/
H A Dswtch.S233 bl _C_LABEL(fork_exit)
/src/sys/kern/
H A Dsched_shim.c44 DEFINE_SHIM1(fork_exit, void, sched_fork_exit, struct thread *, td)
H A Dkern_fork.c1166 fork_exit(void (*callout)(void *, struct trapframe *), void *arg, in fork_exit() function
H A Dsched_4bsd.c1861 SLOT(fork_exit),
H A Dsched_ule.c3404 SLOT(fork_exit),
/src/sys/i386/i386/
H A Dexception.S422 movl $fork_exit, %eax
/src/sys/riscv/riscv/
H A Dswtch.S369 call _C_LABEL(fork_exit)
/src/sys/amd64/amd64/
H A Dexception.S1065 call fork_exit