Home
last modified time | relevance | path

Searched defs:pid (Results 1 – 25 of 61) 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[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 …]
Dagpgart.h64 pid_t pid; /* pid of process */ member
92 pid_t pid; member
100 pid_t pid; member
Dblktrace_api.h23 u32 pid; member
114 u32 pid; member
Dvt_kern.h130 struct pid *pid; member
Dposix-timers.h40 static inline clockid_t make_process_cpuclock(const unsigned int pid, in make_process_cpuclock()
75 struct pid *pid; member
Dptrace.h171 static inline void ptrace_event_pid(int event, struct pid *pid) in ptrace_event_pid()
/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
Dagpgart.h87 __kernel_pid_t pid; /* pid of process */ member
Dseccomp.h75 __u32 pid; member
Ddlm_device.h59 __u32 pid; member
Dandroid_fuse.h43 uint32_t pid; member
Dfanotify.h121 __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.h255 struct pid *pid; member

123