Home
last modified time | relevance | path

Searched refs:clone_flags (Results 1 – 2 of 2) sorted by relevance

/kernel/
Dfork.c893 static int copy_mm(unsigned long clone_flags, struct task_struct *tsk) in copy_mm() argument
916 if (clone_flags & CLONE_VM) { in copy_mm()
936 static int copy_fs(unsigned long clone_flags, struct task_struct *tsk) in copy_fs() argument
939 if (clone_flags & CLONE_FS) { in copy_fs()
956 static int copy_files(unsigned long clone_flags, struct task_struct *tsk) in copy_files() argument
968 if (clone_flags & CLONE_FILES) { in copy_files()
983 static int copy_io(unsigned long clone_flags, struct task_struct *tsk) in copy_io() argument
994 if (clone_flags & CLONE_IO) { in copy_io()
1009 static int copy_sighand(unsigned long clone_flags, struct task_struct *tsk) in copy_sighand() argument
1013 if (clone_flags & CLONE_SIGHAND) { in copy_sighand()
[all …]
Dcred.c314 int copy_creds(struct task_struct *p, unsigned long clone_flags) in copy_creds() argument
323 clone_flags & CLONE_THREAD in copy_creds()
339 if (clone_flags & CLONE_NEWUSER) { in copy_creds()
351 if (clone_flags & CLONE_THREAD) in copy_creds()
358 if (!(clone_flags & CLONE_THREAD)) { in copy_creds()