Home
last modified time | relevance | path

Searched refs:forking (Results 1 – 8 of 8) sorted by relevance

/arch/um/kernel/
Dsyscall.c22 current->thread.forking = 1; in sys_fork()
25 current->thread.forking = 0; in sys_fork()
33 current->thread.forking = 1; in sys_vfork()
37 current->thread.forking = 0; in sys_vfork()
Dprocess.c190 if (current->thread.forking) { in copy_thread()
209 if (current->thread.forking) { in copy_thread()
/arch/x86/um/
Dsyscalls_32.c30 current->thread.forking = 1; in sys_clone()
33 current->thread.forking = 0; in sys_clone()
Dsyscalls_64.c89 current->thread.forking = 1; in sys_clone()
92 current->thread.forking = 0; in sys_clone()
/arch/um/include/asm/
Dprocessor-generic.h30 int forking; member
61 .forking = 0, \
/arch/frv/kernel/
Dkernel_thread.S38 # start by forking the current process, but with shared VM
/arch/s390/kernel/
Dentry.S332 tm __PT_PSW+1(%r11),0x01 # forking a kernel thread ?
Dentry64.S347 tm __PT_PSW+1(%r11),0x01 # forking a kernel thread ?