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

/linux-master/arch/openrisc/include/asm/
H A Dsyscalls.h24 void __user *parent_tid, void __user *child_tid, int tls);
/linux-master/arch/sparc/kernel/
H A Dprocess.c81 args.child_tid = compat_ptr(regs->u_regs[UREG_I4]);
87 args.child_tid = (int __user *)regs->u_regs[UREG_I4];
/linux-master/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 in struct:clone_args
/linux-master/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 in struct:clone_args
/linux-master/tools/testing/selftests/clone3/
H A Dclone3_selftests.h25 __aligned_u64 child_tid; member in struct:__clone_args
/linux-master/tools/testing/selftests/arm64/abi/
H A Dtpidr2.c179 int parent_tid, child_tid; local
186 ret = sys_clone(CLONE_SETTLS, 0, &parent_tid, 0, &child_tid);
/linux-master/include/linux/sched/
H A Dtask.h26 int __user *child_tid; member in struct:kernel_clone_args
/linux-master/arch/nios2/kernel/
H A Dprocess.c260 .child_tid = child_tidptr,
/linux-master/arch/m68k/kernel/
H A Dprocess.c122 .child_tid = (int __user *)regs->d4,
/linux-master/arch/x86/kernel/
H A Dsys_ia32.c247 .child_tid = child_tidptr,
/linux-master/kernel/
H A Dfork.c2240 p->set_child_tid = (clone_flags & CLONE_CHILD_SETTID) ? args->child_tid : NULL;
2244 p->clear_child_tid = (clone_flags & CLONE_CHILD_CLEARTID) ? args->child_tid : NULL;
2933 .child_tid = child_tidptr,
2995 .child_tid = u64_to_user_ptr(args.child_tid),

Completed in 150 milliseconds