Searched defs:pid (Results 1 – 25 of 61) sorted by relevance
123
/include/linux/ |
D | pid.h | 59 struct pid struct 64 /* lists of tasks that use this pid */ argument 68 wait_queue_head_t wait_pidfd; argument 70 struct upid numbers[1]; argument 73 extern struct pid init_struct_pid; argument 83 static inline struct pid *get_pid(struct pid *pid) in get_pid() 92 static inline bool pid_has_task(struct pid *pid, enum pid_type type) in pid_has_task() 150 static inline struct pid_namespace *ns_of_pid(struct pid *pid) in ns_of_pid() 164 static inline bool is_child_reaper(struct pid *pid) in is_child_reaper() 180 static inline pid_t pid_nr(struct pid *pid) in pid_nr() [all …]
|
D | agpgart.h | 64 pid_t pid; /* pid of process */ member 92 pid_t pid; member 100 pid_t pid; member
|
D | blktrace_api.h | 23 u32 pid; member 114 u32 pid; member
|
D | vt_kern.h | 130 struct pid *pid; member
|
D | posix-timers.h | 40 static inline clockid_t make_process_cpuclock(const unsigned int pid, in make_process_cpuclock() 75 struct pid *pid; member
|
D | ptrace.h | 171 static inline void ptrace_event_pid(int event, struct pid *pid) in ptrace_event_pid()
|
/include/linux/i3c/ |
D | device.h | 79 #define I3C_PID_MANUF_ID(pid) (((pid) & GENMASK_ULL(47, 33)) >> 33) argument 80 #define I3C_PID_RND_LOWER_32BITS(pid) (!!((pid) & BIT_ULL(32))) argument 81 #define I3C_PID_RND_VAL(pid) ((pid) & GENMASK_ULL(31, 0)) argument 82 #define I3C_PID_PART_ID(pid) (((pid) & GENMASK_ULL(31, 16)) >> 16) argument 83 #define I3C_PID_INSTANCE_ID(pid) (((pid) & GENMASK_ULL(15, 12)) >> 12) argument 84 #define I3C_PID_EXTRA_INFO(pid) ((pid) & GENMASK_ULL(11, 0)) argument 119 u64 pid; member
|
/include/uapi/linux/ |
D | if_pppol2tp.h | 28 __kernel_pid_t pid; /* pid that owns the fd. member 42 __kernel_pid_t pid; /* pid that owns the fd. member 56 __kernel_pid_t pid; /* pid that owns the fd. member 67 __kernel_pid_t pid; /* pid that owns the fd. member
|
D | dlm_plock.h | 35 __u32 pid; member
|
D | blktrace_api.h | 108 __u32 pid; /* who did it */ member 143 __u32 pid; member
|
D | agpgart.h | 87 __kernel_pid_t pid; /* pid of process */ member
|
D | seccomp.h | 75 __u32 pid; member
|
D | dlm_device.h | 59 __u32 pid; member
|
D | android_fuse.h | 43 uint32_t pid; member
|
D | fanotify.h | 121 __s32 pid; member
|
D | capability.h | 41 int pid; member
|
/include/uapi/linux/dvb/ |
D | net.h | 46 __u16 pid; member 61 __u16 pid; member
|
D | dmx.h | 174 __u16 pid; member 194 __u16 pid; member
|
/include/net/ |
D | scm.h | 19 u32 pid; member 32 struct pid *pid; /* Skb credentials */ member 57 struct pid *pid, kuid_t uid, kgid_t gid) in scm_set_cred()
|
D | af_unix.h | 34 struct pid *pid; /* Skb credentials */ member
|
/include/keys/ |
D | request_key_auth-type.h | 23 pid_t pid; member
|
/include/misc/ |
D | cxllib.h | 104 u32 pid; member
|
/include/media/ |
D | dmxdev.h | 85 u16 pid; member
|
/include/uapi/asm-generic/ |
D | fcntl.h | 158 __kernel_pid_t pid; member
|
/include/drm/ |
D | drm_file.h | 255 struct pid *pid; member
|
123