Searched defs:pid (Results 1 – 25 of 68) 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[]; argument 73 extern struct pid init_struct_pid; argument 85 static inline struct pid *get_pid(struct pid *pid) in get_pid() 94 static inline bool pid_has_task(struct pid *pid, enum pid_type type) in pid_has_task() 152 static inline struct pid_namespace *ns_of_pid(struct pid *pid) in ns_of_pid() 166 static inline bool is_child_reaper(struct pid *pid) in is_child_reaper() 182 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 | 24 u32 pid; member 107 u32 pid; member
|
| D | vt_kern.h | 129 struct pid *pid; member
|
| D | posix-timers.h | 39 static inline clockid_t make_process_cpuclock(const unsigned int pid, in make_process_cpuclock() 74 struct pid *pid; member
|
| D | ptrace.h | 170 static inline void ptrace_event_pid(int event, struct pid *pid) in ptrace_event_pid()
|
| /include/linux/i3c/ |
| D | device.h | 80 #define I3C_PID_MANUF_ID(pid) (((pid) & GENMASK_ULL(47, 33)) >> 33) argument 81 #define I3C_PID_RND_LOWER_32BITS(pid) (!!((pid) & BIT_ULL(32))) argument 82 #define I3C_PID_RND_VAL(pid) ((pid) & GENMASK_ULL(31, 0)) argument 83 #define I3C_PID_PART_ID(pid) (((pid) & GENMASK_ULL(31, 16)) >> 16) argument 84 #define I3C_PID_INSTANCE_ID(pid) (((pid) & GENMASK_ULL(15, 12)) >> 12) argument 85 #define I3C_PID_EXTRA_INFO(pid) ((pid) & GENMASK_ULL(11, 0)) argument 120 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 | blktrace_api.h | 108 __u32 pid; /* who did it */ member 143 __u32 pid; member
|
| D | dlm_plock.h | 36 __u32 pid; member
|
| D | agpgart.h | 86 __kernel_pid_t pid; /* pid of process */ member
|
| D | seccomp.h | 77 __u32 pid; member
|
| D | dlm_device.h | 59 __u32 pid; member
|
| D | android_fuse.h | 43 uint32_t pid; member
|
| D | capability.h | 41 int pid; member
|
| /include/uapi/linux/dvb/ |
| D | net.h | 31 __u16 pid; member 46 __u16 pid; member
|
| D | dmx.h | 159 __u16 pid; member 179 __u16 pid; member
|
| /include/net/ |
| D | scm.h | 20 u32 pid; member 33 struct pid *pid; /* Skb credentials */ member 58 struct pid *pid, kuid_t uid, kgid_t gid) in scm_set_cred()
|
| D | af_unix.h | 33 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 | 84 u16 pid; member
|
| /include/uapi/asm-generic/ |
| D | fcntl.h | 157 __kernel_pid_t pid; member
|
| /include/drm/ |
| D | drm_file.h | 279 struct pid __rcu *pid; member
|
| /include/uapi/linux/android/ |
| D | binder.h | 269 __u32 pid; member 275 __u32 pid; member
|
123