Home
last modified time | relevance | path

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

123

/include/linux/
Dpid.h59 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 …]
Dagpgart.h64 pid_t pid; /* pid of process */ member
92 pid_t pid; member
100 pid_t pid; member
Dblktrace_api.h24 u32 pid; member
107 u32 pid; member
Dvt_kern.h129 struct pid *pid; member
Dposix-timers.h39 static inline clockid_t make_process_cpuclock(const unsigned int pid, in make_process_cpuclock()
74 struct pid *pid; member
Dptrace.h170 static inline void ptrace_event_pid(int event, struct pid *pid) in ptrace_event_pid()
/include/linux/i3c/
Ddevice.h80 #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/
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
Dblktrace_api.h108 __u32 pid; /* who did it */ member
143 __u32 pid; member
Ddlm_plock.h36 __u32 pid; member
Dagpgart.h86 __kernel_pid_t pid; /* pid of process */ member
Dseccomp.h77 __u32 pid; member
Ddlm_device.h59 __u32 pid; member
Dandroid_fuse.h43 uint32_t pid; member
Dcapability.h41 int pid; member
/include/uapi/linux/dvb/
Dnet.h31 __u16 pid; member
46 __u16 pid; member
Ddmx.h159 __u16 pid; member
179 __u16 pid; member
/include/net/
Dscm.h20 u32 pid; member
33 struct pid *pid; /* Skb credentials */ member
58 struct pid *pid, kuid_t uid, kgid_t gid) in scm_set_cred()
Daf_unix.h33 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.h84 u16 pid; member
/include/uapi/asm-generic/
Dfcntl.h157 __kernel_pid_t pid; member
/include/drm/
Ddrm_file.h279 struct pid __rcu *pid; member
/include/uapi/linux/android/
Dbinder.h269 __u32 pid; member
275 __u32 pid; member

123