| /OK3568_Linux_fs/kernel/tools/testing/selftests/pidfd/ |
| H A D | pidfd_test.c | 33 static pid_t pidfd_clone(int flags, int *pidfd, int (*fn)(void *)) in pidfd_clone() 59 int pidfd, ret; in test_pidfd_send_signal_simple_success() local 94 int pidfd, ret, saved_errno; in test_pidfd_send_signal_exited_fail() local 200 int pidfd = -1; in test_pidfd_send_signal_recycled_pid_fail() local 352 int pidfd, ret; in test_pidfd_send_signal_syscall_support() local 394 static void poll_pidfd(const char *test_name, int pidfd) in poll_pidfd() 442 int pid, pidfd = 0; in test_pidfd_poll_exec() local 508 int pid, pidfd = 0; in test_pidfd_poll_leader_exit() local
|
| H A D | pidfd_wait.c | 42 int pidfd = -1; in TEST() local 90 int pidfd = -1; in TEST() local 142 int pidfd, status = 0; in TEST() local
|
| H A D | pidfd_open_test.c | 86 static pid_t get_pid_from_fdinfo_file(int pidfd, const char *key, size_t keylen) in get_pid_from_fdinfo_file() 123 int pidfd = -1, ret = 1; in main() local
|
| H A D | pidfd.h | 102 static inline int sys_pidfd_send_signal(int pidfd, int sig, siginfo_t *info, in sys_pidfd_send_signal() 108 static inline int sys_pidfd_getfd(int pidfd, int fd, int flags) in sys_pidfd_getfd()
|
| H A D | pidfd_fdinfo_test.c | 163 static int verify_fdinfo(int pidfd, struct error *err, const char *prefix, in verify_fdinfo() 218 int pidfd; in child_fdinfo_nspid_test() local
|
| H A D | pidfd_poll_test.c | 48 int pidfd; in main() local
|
| H A D | pidfd_setns_test.c | 55 int pidfd; in FIXTURE() local 75 pid_t create_child(int *pidfd, unsigned flags) in create_child()
|
| H A D | pidfd_getfd_test.c | 126 int pidfd; in FIXTURE() local
|
| /OK3568_Linux_fs/kernel/samples/pidfd/ |
| H A D | pidfd-metadata.c | 34 static pid_t pidfd_clone(int flags, int *pidfd) in pidfd_clone() 46 static inline int sys_pidfd_send_signal(int pidfd, int sig, siginfo_t *info, in sys_pidfd_send_signal() 52 static int pidfd_metadata_fd(pid_t pid, int pidfd) in pidfd_metadata_fd() 86 int pidfd = -1, ret = EXIT_FAILURE; in main() local
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/clone3/ |
| H A D | clone3_selftests.h | 28 __aligned_u64 pidfd; member
|
| /OK3568_Linux_fs/kernel/include/linux/sched/ |
| H A D | task.h | 23 int __user *pidfd; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | sched.h | 94 __aligned_u64 pidfd; member
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | sched.h | 94 __aligned_u64 pidfd; member
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | pid.c | 683 SYSCALL_DEFINE3(pidfd_getfd, int, pidfd, int, fd, in SYSCALL_DEFINE3() argument
|
| H A D | fork.c | 1906 int pidfd = -1, retval; in copy_process() local
|
| H A D | signal.c | 3761 SYSCALL_DEFINE4(pidfd_send_signal, int, pidfd, int, sig, in SYSCALL_DEFINE4() argument
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | oom_kill.c | 1196 SYSCALL_DEFINE2(process_mrelease, int, pidfd, unsigned int, flags) in SYSCALL_DEFINE2() argument
|
| H A D | madvise.c | 1193 SYSCALL_DEFINE5(process_madvise, int, pidfd, const struct iovec __user *, vec, in SYSCALL_DEFINE5() argument
|