Searched refs:child_tid (Results 1 – 14 of 14) sorted by relevance
| /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()
|
| /linux/tools/testing/selftests/arm64/abi/ |
| H A D | tpidr2.c | 144 int parent_tid, child_tid; in write_clone_read() local 159 &parent_tid, 0, &child_tid); in write_clone_read()
|
| /linux/arch/openrisc/include/asm/ |
| H A D | syscalls.h | 24 void __user *parent_tid, void __user *child_tid, int tls);
|
| /linux/tools/testing/selftests/mm/ |
| H A D | pkey_sighandler_tests.c | 81 int *parent_tid, int *child_tid) in clone_raw() argument 87 long a4 = (long)child_tid; in clone_raw() 91 long a5 = (long)child_tid; in clone_raw()
|
| /linux/tools/testing/selftests/clone3/ |
| H A D | clone3_selftests.h | 25 __aligned_u64 child_tid; member
|
| /linux/tools/include/uapi/linux/ |
| H A D | sched.h | |
| /linux/include/uapi/linux/ |
| H A D | sched.h | 95 __aligned_u64 child_tid; member
|
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | sched.h | 95 __aligned_u64 child_tid; member
|
| /linux/include/linux/sched/ |
| H A D | task.h | 26 int __user *child_tid; member
|
| /linux/arch/m68k/kernel/ |
| H A D | process.c | 122 .child_tid = (int __user *)regs->d4, in m68k_clone()
|
| /linux/arch/nios2/kernel/ |
| H A D | process.c | 260 .child_tid = child_tidptr, in nios2_clone()
|
| /linux/arch/x86/kernel/ |
| H A D | sys_ia32.c | 247 .child_tid = child_tidptr, in COMPAT_SYSCALL_DEFINE5()
|
| /linux/kernel/ |
| H A D | fork.c | 2072 p->set_child_tid = (clone_flags & CLONE_CHILD_SETTID) ? args->child_tid : NULL; in copy_process() 2076 p->clear_child_tid = (clone_flags & CLONE_CHILD_CLEARTID) ? args->child_tid : NULL; in copy_process() 2785 .child_tid = child_tidptr, in SYSCALL_DEFINE5() 2845 .child_tid = u64_to_user_ptr(args.child_tid), in copy_clone_args_from_user()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | uprobe_multi_test.c | 243 ASSERT_EQ(skel->bss->child_tid, child->tid, "uprobe_multi_child_tid"); in uprobe_multi_test_run()
|