Home
last modified time | relevance | path

Searched refs:child_tid (Results 1 - 25 of 26) sorted by relevance

12

/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dprocess.c81 args.child_tid = compat_ptr(regs->u_regs[UREG_I4]); in sparc_clone()
87 args.child_tid = (int __user *)regs->u_regs[UREG_I4]; in sparc_clone()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dprocess.c81 args.child_tid = compat_ptr(regs->u_regs[UREG_I4]); in sparc_clone()
87 args.child_tid = (int __user *)regs->u_regs[UREG_I4]; in sparc_clone()
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/abi/
H A Dtpidr2.c179 int parent_tid, child_tid; in write_clone_read() local
186 ret = sys_clone(CLONE_SETTLS, 0, &parent_tid, 0, &child_tid); in write_clone_read()
/kernel/linux/linux-5.10/arch/openrisc/include/asm/
H A Dsyscalls.h24 void __user *parent_tid, void __user *child_tid, int tls);
/kernel/linux/linux-6.6/arch/openrisc/include/asm/
H A Dsyscalls.h24 void __user *parent_tid, void __user *child_tid, int tls);
/kernel/linux/linux-5.10/tools/testing/selftests/clone3/
H A Dclone3_selftests.h29 __aligned_u64 child_tid; member
/kernel/linux/linux-6.6/tools/testing/selftests/clone3/
H A Dclone3_selftests.h29 __aligned_u64 child_tid; member
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dsched.h54 * @child_tid: If CLONE_CHILD_SETTID is set, the TID of the
95 __aligned_u64 child_tid; member
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dsched.h54 * @child_tid: If CLONE_CHILD_SETTID is set, the TID of the
95 __aligned_u64 child_tid; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dsched.h54 * @child_tid: If CLONE_CHILD_SETTID is set, the TID of the
95 __aligned_u64 child_tid; member
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dsched.h54 * @child_tid: If CLONE_CHILD_SETTID is set, the TID of the
95 __aligned_u64 child_tid; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dsched.h54 __aligned_u64 child_tid; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dsched.h54 __aligned_u64 child_tid; member
/kernel/linux/linux-5.10/arch/h8300/kernel/
H A Dprocess.c170 kargs.child_tid = (int __user *)child_tidptr; in sys_clone()
/kernel/linux/linux-5.10/include/linux/sched/
H A Dtask.h24 int __user *child_tid; member
/kernel/linux/linux-6.6/include/linux/sched/
H A Dtask.h24 int __user *child_tid; member
/kernel/linux/linux-5.10/arch/m68k/kernel/
H A Dprocess.c121 .child_tid = (int __user *)regs->d4, in m68k_clone()
/kernel/linux/linux-5.10/arch/nios2/kernel/
H A Dprocess.c262 .child_tid = child_tidptr, in nios2_clone()
/kernel/linux/linux-6.6/arch/m68k/kernel/
H A Dprocess.c121 .child_tid = (int __user *)regs->d4, in m68k_clone()
/kernel/linux/linux-6.6/arch/nios2/kernel/
H A Dprocess.c260 .child_tid = child_tidptr, in nios2_clone()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dsys_ia32.c247 .child_tid = child_tidptr, in COMPAT_SYSCALL_DEFINE5()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dsys_ia32.c247 .child_tid = child_tidptr, in COMPAT_SYSCALL_DEFINE5()
/kernel/linux/linux-5.10/kernel/
H A Dfork.c1996 p->set_child_tid = (clone_flags & CLONE_CHILD_SETTID) ? args->child_tid : NULL; in copy_process()
2000 p->clear_child_tid = (clone_flags & CLONE_CHILD_CLEARTID) ? args->child_tid : NULL; in copy_process()
2641 .child_tid = child_tidptr, in SYSCALL_DEFINE5()
2703 .child_tid = u64_to_user_ptr(args.child_tid), in copy_clone_args_from_user()
/kernel/linux/linux-6.6/kernel/
H A Dfork.c2361 p->set_child_tid = (clone_flags & CLONE_CHILD_SETTID) ? args->child_tid : NULL; in copy_process()
2365 p->clear_child_tid = (clone_flags & CLONE_CHILD_CLEARTID) ? args->child_tid : NULL; in copy_process()
3061 .child_tid = child_tidptr, in SYSCALL_DEFINE5()
3123 .child_tid = u64_to_user_ptr(args.child_tid), in copy_clone_args_from_user()
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dprocess.c407 .child_tid = (int __user *)child_tidptr, in ia64_clone()

Completed in 15 milliseconds

12