Lines Matching defs:pid
55 struct pid struct
62 struct rb_node pidfs_node; argument
63 /* lists of tasks that use this pid */ argument
67 wait_queue_head_t wait_pidfd; argument
69 struct upid numbers[]; 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()
144 static inline struct pid_namespace *ns_of_pid(struct pid *pid) in ns_of_pid()
158 static inline bool is_child_reaper(struct pid *pid) in is_child_reaper()
174 static inline pid_t pid_nr(struct pid *pid) in pid_nr()
185 #define do_each_pid_task(pid, type, task) \ argument
195 #define while_each_pid_task(pid, type, task) \ argument
201 #define do_each_pid_thread(pid, type, task) \ argument
206 #define while_each_pid_thread(pid, type, task) \ argument
298 pid_t pid = 0; in task_ppid_nr_ns() local