Searched refs:child_tid (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/arch/sparc/kernel/ |
D | process.c | 81 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()
|
/linux-6.1.9/tools/testing/selftests/arm64/abi/ |
D | tpidr2.c | 179 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()
|
/linux-6.1.9/arch/openrisc/include/asm/ |
D | syscalls.h | 24 void __user *parent_tid, void __user *child_tid, int tls);
|
/linux-6.1.9/tools/testing/selftests/clone3/ |
D | clone3_selftests.h | 29 __aligned_u64 child_tid; member
|
/linux-6.1.9/tools/include/uapi/linux/ |
D | sched.h | 95 __aligned_u64 child_tid; member
|
/linux-6.1.9/include/uapi/linux/ |
D | sched.h | 95 __aligned_u64 child_tid; member
|
/linux-6.1.9/include/linux/sched/ |
D | task.h | 24 int __user *child_tid; member
|
/linux-6.1.9/arch/m68k/kernel/ |
D | process.c | 120 .child_tid = (int __user *)regs->d4, in m68k_clone()
|
/linux-6.1.9/arch/nios2/kernel/ |
D | process.c | 261 .child_tid = child_tidptr, in nios2_clone()
|
/linux-6.1.9/arch/x86/kernel/ |
D | sys_ia32.c | 247 .child_tid = child_tidptr, in COMPAT_SYSCALL_DEFINE5()
|
/linux-6.1.9/kernel/ |
D | fork.c | 2102 p->set_child_tid = (clone_flags & CLONE_CHILD_SETTID) ? args->child_tid : NULL; in copy_process() 2106 p->clear_child_tid = (clone_flags & CLONE_CHILD_CLEARTID) ? args->child_tid : NULL; in copy_process() 2810 .child_tid = child_tidptr, in SYSCALL_DEFINE5() 2872 .child_tid = u64_to_user_ptr(args.child_tid), in copy_clone_args_from_user()
|
/linux-6.1.9/arch/ia64/kernel/ |
D | process.c | 411 .child_tid = (int __user *)child_tidptr, in ia64_clone()
|