Searched defs:pidfd_info (Results 1 – 3 of 3) sorted by relevance
26 struct pidfd_info { struct45 __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
33 struct pidfd_info { struct34 __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 …]
210 static long pidfd_info(struct task_struct *task, unsigned int cmd, unsigned long arg) in pidfd_info() function