Searched refs:child_tid (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/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-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | uprobe_multi.c | 25 int child_tid = 0; variable 57 child_tid = (__u32)cur_pid_tgid; in uprobe_multi_check()
|
| /linux-6.15/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()
|
| /linux-6.15/arch/openrisc/include/asm/ |
| H A D | syscalls.h | 24 void __user *parent_tid, void __user *child_tid, int tls);
|
| /linux-6.15/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-6.15/tools/testing/selftests/clone3/ |
| H A D | clone3_selftests.h | 25 __aligned_u64 child_tid; member
|
| /linux-6.15/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | sched.h | 95 __aligned_u64 child_tid; member
|
| /linux-6.15/include/uapi/linux/ |
| H A D | sched.h | 95 __aligned_u64 child_tid; member
|
| /linux-6.15/include/linux/sched/ |
| H A D | task.h | 26 int __user *child_tid; member
|
| /linux-6.15/arch/m68k/kernel/ |
| H A D | process.c | 122 .child_tid = (int __user *)regs->d4, in m68k_clone()
|
| /linux-6.15/arch/nios2/kernel/ |
| H A D | process.c | 260 .child_tid = child_tidptr, in nios2_clone()
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | sys_ia32.c | 247 .child_tid = child_tidptr, in COMPAT_SYSCALL_DEFINE5()
|
| /linux-6.15/kernel/ |
| H A D | fork.c | 2280 p->set_child_tid = (clone_flags & CLONE_CHILD_SETTID) ? args->child_tid : NULL; in copy_process() 2284 p->clear_child_tid = (clone_flags & CLONE_CHILD_CLEARTID) ? args->child_tid : NULL; in copy_process() 2981 .child_tid = child_tidptr, in SYSCALL_DEFINE5() 3041 .child_tid = u64_to_user_ptr(args.child_tid), in copy_clone_args_from_user()
|
| /linux-6.15/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()
|