Home
last modified time | relevance | path

Searched defs:pidfd_info (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/include/uapi/linux/
Dpidfd.h26 struct pidfd_info { struct
45 __u64 mask;
53 __u64 cgroupid;
54 __u32 pid;
55 __u32 tgid;
56 __u32 ppid;
80 #define PIDFD_GET_INFO _IOWR(PIDFS_IOCTL_MAGIC, 11, struct pidfd_info) argument
/linux-6.14.4/tools/testing/selftests/pidfd/
Dpidfd_open_test.c33 struct pidfd_info { struct
34 __u64 request_mask;
35 __u64 cgroupid;
36 __u32 pid;
37 __u32 tgid;
38 __u32 ppid;
39 __u32 ruid;
40 __u32 rgid;
41 __u32 euid;
42 __u32 egid;
[all …]
/linux-6.14.4/fs/
Dpidfs.c210 static long pidfd_info(struct task_struct *task, unsigned int cmd, unsigned long arg) in pidfd_info() function