Searched refs:child_tid (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/testing/selftests/arm64/abi/ |
| H A D | tpidr2.c | 143 int parent_tid, child_tid; in write_clone_read() 158 &parent_tid, 0, &child_tid); in write_clone_read() 144 int parent_tid, child_tid; write_clone_read() local
|
| /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/arch/openrisc/include/asm/ |
| H A D | syscalls.h | 24 void __user *parent_tid, void __user *child_tid, int tls);
|
| /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/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 | 2070 p->set_child_tid = (clone_flags & CLONE_CHILD_SETTID) ? args->child_tid : NULL; in copy_process() 2074 p->clear_child_tid = (clone_flags & CLONE_CHILD_CLEARTID) ? args->child_tid : NULL; in copy_process() 2787 .child_tid = child_tidptr, in SYSCALL_DEFINE5() 2847 .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 | 245 ASSERT_EQ(skel->bss->child_tid, child->tid, "uprobe_multi_child_tid"); in uprobe_multi_test_run()
|