Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dpidfd.h54 struct pidfd_info { struct
73 __u64 mask;
81 __u64 cgroupid;
82 __u32 pid;
83 __u32 tgid;
84 __u32 ppid;
85 __u32 ruid;
86 __u32 rgid;
110 #define PIDFD_GET_INFO _IOWR(PIDFS_IOCTL_MAGIC, 11, struct pidfd_info) argument
/linux/tools/testing/selftests/pidfd/
H A Dpidfd.h171 struct pidfd_info { struct
172 __u64 mask;
173 __u64 cgroupid;
174 __u32 pid;
175 __u32 tgid;
176 __u32 ppid;
177 __u32 ruid;
178 __u32 rgid;
179 __u32 euid;
180 __u32 egid;
[all …]
/linux/fs/
H A Dpidfs.c296 static long pidfd_info(struct file *file, unsigned int cmd, unsigned long arg) in pidfd_info() function