Home
last modified time | relevance | path

Searched defs:pid (Results 1 – 25 of 59) sorted by relevance

123

/include/linux/
Dpid.h59 struct pid struct
63 /* lists of tasks that use this pid */ argument
66 wait_queue_head_t wait_pidfd; argument
68 struct upid numbers[1]; argument
71 extern struct pid init_struct_pid; argument
79 static inline struct pid *get_pid(struct pid *pid) in get_pid()
137 static inline struct pid_namespace *ns_of_pid(struct pid *pid) in ns_of_pid()
151 static inline bool is_child_reaper(struct pid *pid) in is_child_reaper()
167 static inline pid_t pid_nr(struct pid *pid) in pid_nr()
178 #define do_each_pid_task(pid, type, task) \ argument
[all …]
Dumh.h28 pid_t pid; member
52 pid_t pid; member
Dagpgart.h66 pid_t pid; /* pid of process */ member
94 pid_t pid; member
102 pid_t pid; member
Dblktrace_api.h23 u32 pid; member
109 u32 pid; member
Dvt_kern.h144 struct pid *pid; member
Dptrace.h178 static inline void ptrace_event_pid(int event, struct pid *pid) in ptrace_event_pid()
Dn_r3964.h89 struct pid *pid; member
/include/linux/i3c/
Ddevice.h79 #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/
Dif_pppol2tp.h28 __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
Ddlm_plock.h35 __u32 pid; member
Dblktrace_api.h108 __u32 pid; /* who did it */ member
143 __u32 pid; member
Dseccomp.h74 __u32 pid; member
Dagpgart.h87 __kernel_pid_t pid; /* pid of process */ member
Ddlm_device.h59 __u32 pid; member
Dfanotify.h115 __s32 pid; member
Dcapability.h41 int pid; member
/include/uapi/linux/dvb/
Dnet.h46 __u16 pid; member
61 __u16 pid; member
Ddmx.h174 __u16 pid; member
194 __u16 pid; member
/include/net/
Dscm.h19 u32 pid; member
32 struct pid *pid; /* Skb credentials */ member
57 struct pid *pid, kuid_t uid, kgid_t gid) in scm_set_cred()
Daf_unix.h34 struct pid *pid; /* Skb credentials */ member
/include/keys/
Drequest_key_auth-type.h23 pid_t pid; member
/include/misc/
Dcxllib.h104 u32 pid; member
/include/media/
Ddmxdev.h85 u16 pid; member
/include/uapi/asm-generic/
Dfcntl.h158 __kernel_pid_t pid; member
/include/drm/
Ddrm_file.h227 struct pid *pid; member

123