Searched refs:child_tid (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/arch/sparc/kernel/ |
H A 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()
|
/openbmc/linux/tools/testing/selftests/arm64/abi/ |
H A 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()
|
/openbmc/linux/arch/openrisc/include/asm/ |
H A D | syscalls.h | 24 void __user *parent_tid, void __user *child_tid, int tls);
|
/openbmc/linux/tools/testing/selftests/clone3/ |
H A D | clone3_selftests.h | 29 __aligned_u64 child_tid; member
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | sched.h | 95 __aligned_u64 child_tid; member
|
/openbmc/linux/include/uapi/linux/ |
H A D | sched.h | 95 __aligned_u64 child_tid; member
|
/openbmc/linux/include/linux/sched/ |
H A D | task.h | 24 int __user *child_tid; member
|
/openbmc/linux/arch/m68k/kernel/ |
H A D | process.c | 121 .child_tid = (int __user *)regs->d4, in m68k_clone()
|
/openbmc/linux/arch/nios2/kernel/ |
H A D | process.c | 260 .child_tid = child_tidptr, in nios2_clone()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | sys_ia32.c | 247 .child_tid = child_tidptr, in COMPAT_SYSCALL_DEFINE5()
|
/openbmc/linux/kernel/ |
H A D | fork.c | 2346 p->set_child_tid = (clone_flags & CLONE_CHILD_SETTID) ? args->child_tid : NULL; in copy_process() 2350 p->clear_child_tid = (clone_flags & CLONE_CHILD_CLEARTID) ? args->child_tid : NULL; in copy_process() 3045 .child_tid = child_tidptr, in SYSCALL_DEFINE5() 3107 .child_tid = u64_to_user_ptr(args.child_tid), in copy_clone_args_from_user()
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | process.c | 412 .child_tid = (int __user *)child_tidptr, in ia64_clone()
|
/openbmc/openbmc/poky/documentation/profile-manual/ |
H A D | usage.rst | 2105 …clone: { 1 }, { clone_flags = 0x411, newsp = 0xB5EFFFE4, parent_tid = 0xFFFFFFFF, child_tid = 0x0 }
|