/linux/include/linux/ |
H A D | pid.h | 89 extern struct task_struct *pid_task(struct pid *pid, enum pid_type); 90 static inline bool pid_has_task(struct pid *pid, enum pid_type type) in pid_has_task() 94 extern struct task_struct *get_pid_task(struct pid *pid, enum pid_type); 96 extern struct pid *get_task_pid(struct task_struct *task, enum pid_type type); 101 extern void attach_pid(struct task_struct *task, enum pid_type); 102 extern void detach_pid(struct task_struct *task, enum pid_type); 103 extern void change_pid(struct task_struct *task, enum pid_type, 107 enum pid_type); 228 pid_t __task_pid_nr_ns(struct task_struct *task, enum pid_type type, struct pid_namespace *ns);
|
H A D | signal.h | 279 enum pid_type; 283 struct task_struct *p, enum pid_type type); 285 struct task_struct *p, enum pid_type type); 287 struct task_struct *p, enum pid_type type);
|
H A D | pid_types.h | 5 enum pid_type { enum
|
H A D | posix-timers.h | 194 enum pid_type it_pid_type;
|
H A D | fs.h | 972 enum pid_type pid_type; /* Kind of process group SIGIO should be sent to */ member 1165 extern void __f_setown(struct file *filp, struct pid *, enum pid_type, int force);
|
H A D | sched.h | 2211 extern int sched_core_share_pid(unsigned int cmd, pid_t pid, enum pid_type type,
|
/linux/kernel/ |
H A D | pid.c | 170 enum pid_type type; in alloc_pid() 330 static struct pid **task_pid_ptr(struct task_struct *task, enum pid_type type) in task_pid_ptr() 340 void attach_pid(struct task_struct *task, enum pid_type type) in attach_pid() 346 static void __change_pid(struct task_struct *task, enum pid_type type, in __change_pid() 370 void detach_pid(struct task_struct *task, enum pid_type type) in detach_pid() 375 void change_pid(struct task_struct *task, enum pid_type type, in change_pid() 403 enum pid_type type) in transfer_pid() 409 struct task_struct *pid_task(struct pid *pid, enum pid_type type) in pid_task() 451 struct pid *get_task_pid(struct task_struct *task, enum pid_type type) in get_task_pid() 461 struct task_struct *get_pid_task(struct pid *pid, enum pid_type type) in get_pid_task() [all …]
|
H A D | exit.h | 13 enum pid_type wo_type;
|
H A D | signal.c | 617 int dequeue_signal(sigset_t *mask, kernel_siginfo_t *info, enum pid_type *type) in dequeue_signal() 962 static void complete_signal(int sig, struct task_struct *p, enum pid_type type) in complete_signal() 1042 struct task_struct *t, enum pid_type type, bool force) in __send_signal_locked() 1183 struct task_struct *t, enum pid_type type) in send_signal_locked() 1262 enum pid_type type) in do_send_sig_info() 1409 struct task_struct *p, enum pid_type type) in group_send_sig_info() 1449 struct pid *pid, enum pid_type type) in kill_pid_info_type() 1942 static void posixtimer_queue_sigqueue(struct sigqueue *q, struct task_struct *t, enum pid_type type) in posixtimer_queue_sigqueue() 2714 static int ptrace_signal(int signr, kernel_siginfo_t *info, enum pid_type type) in ptrace_signal() 2846 enum pid_type type; in get_signal() [all …]
|
H A D | exit.c | 1710 enum pid_type type; in kernel_waitid_prepare() 1820 enum pid_type type; in kernel_wait4()
|
H A D | fork.c | 1959 enum pid_type type; in init_task_pid_links() 1966 init_task_pid(struct task_struct *task, enum pid_type type, struct pid *pid) in init_task_pid() 2700 enum pid_type type; in init_idle_pids()
|
/linux/include/linux/sched/ |
H A D | signal.h | 280 extern int dequeue_signal(sigset_t *mask, kernel_siginfo_t *info, enum pid_type *type); 286 enum pid_type __type; in kernel_dequeue_signal() 664 struct pid *task_pid_type(struct task_struct *task, enum pid_type type) in task_pid_type()
|
/linux/kernel/sched/ |
H A D | core_sched.c | 129 int sched_core_share_pid(unsigned int cmd, pid_t pid, enum pid_type type, in sched_core_share_pid()
|
/linux/tools/testing/selftests/sched/ |
H A D | cs_prctl_test.c | 62 enum pid_type {PIDTYPE_PID = 0, PIDTYPE_TGID, PIDTYPE_PGID}; enum
|
/linux/fs/ |
H A D | signalfd.c | 157 enum pid_type type; in signalfd_dequeue()
|
/linux/kernel/trace/ |
H A D | bpf_trace.c | 804 enum pid_type type; 823 static int bpf_send_signal_common(u32 sig, enum pid_type type, struct task_struct *task, u64 value) in bpf_send_signal_common() 3548 __bpf_kfunc int bpf_send_signal_task(struct task_struct *task, int sig, enum pid_type type, in bpf_send_signal_task()
|
/linux/Documentation/admin-guide/hw-vuln/ |
H A D | core-scheduling.rst | 64 ``pid_type`` for which the operation applies. It is one of
|
/linux/kernel/time/ |
H A D | posix-cpu-timers.c | 108 static inline enum pid_type clock_pid_type(const clockid_t clock) in clock_pid_type()
|
/linux/drivers/tty/ |
H A D | tty_io.c | 2233 enum pid_type type; in __tty_fasync()
|
/linux/kernel/events/ |
H A D | core.c | 1356 enum pid_type type) in perf_event_pid_type()
|