Searched refs:pidfd (Results 1 – 3 of 3) sorted by relevance
/kernel/ |
D | fork.c | 2002 int pidfd = -1, retval; in copy_process() local 2296 pidfd = retval; in copy_process() 2301 put_unused_fd(pidfd); in copy_process() 2307 retval = put_user(pidfd, args->pidfd); in copy_process() 2486 fd_install(pidfd, pidfile); in copy_process() 2508 put_unused_fd(pidfd); in copy_process() 2639 (args->pidfd == args->parent_tid)) in kernel_clone() 2778 .pidfd = parent_tidptr, in SYSCALL_DEFINE5() 2840 .pidfd = u64_to_user_ptr(args.pidfd), in copy_clone_args_from_user()
|
D | pid.c | 688 SYSCALL_DEFINE3(pidfd_getfd, int, pidfd, int, fd, in SYSCALL_DEFINE3() argument 699 f = fdget(pidfd); in SYSCALL_DEFINE3()
|
D | signal.c | 3878 SYSCALL_DEFINE4(pidfd_send_signal, int, pidfd, int, sig, in SYSCALL_DEFINE4() argument 3890 f = fdget(pidfd); in SYSCALL_DEFINE4()
|