Home
last modified time | relevance | path

Searched refs:pid_type (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/include/linux/
H A Dpid.h9 enum pid_type enum
93 extern struct task_struct *pid_task(struct pid *pid, enum pid_type);
94 static inline bool pid_has_task(struct pid *pid, enum pid_type type) in pid_has_task()
98 extern struct task_struct *get_pid_task(struct pid *pid, enum pid_type);
100 extern struct pid *get_task_pid(struct task_struct *task, enum pid_type type);
105 extern void attach_pid(struct task_struct *task, enum pid_type);
106 extern void detach_pid(struct task_struct *task, enum pid_type);
107 extern void change_pid(struct task_struct *task, enum pid_type,
111 enum pid_type);
H A Dsignal.h278 enum pid_type;
282 struct task_struct *p, enum pid_type type);
284 struct task_struct *p, enum pid_type type);
286 struct task_struct *p, enum pid_type type);
H A Dsched.h1572 pid_t __task_pid_nr_ns(struct task_struct *task, enum pid_type type, struct pid_namespace *ns);
2449 extern int sched_core_share_pid(unsigned int cmd, pid_t pid, enum pid_type type,
H A Dfs.h951 enum pid_type pid_type; /* Kind of process group SIGIO should be sent to */ member
1104 extern void __f_setown(struct file *filp, struct pid *, enum pid_type, int force);
/openbmc/linux/kernel/
H A Dpid.c166 enum pid_type type; in alloc_pid()
324 static struct pid **task_pid_ptr(struct task_struct *task, enum pid_type type) in task_pid_ptr()
334 void attach_pid(struct task_struct *task, enum pid_type type) in attach_pid()
340 static void __change_pid(struct task_struct *task, enum pid_type type, in __change_pid()
359 void detach_pid(struct task_struct *task, enum pid_type type) in detach_pid()
364 void change_pid(struct task_struct *task, enum pid_type type, in change_pid()
392 enum pid_type type) in transfer_pid()
399 struct task_struct *pid_task(struct pid *pid, enum pid_type type) in pid_task()
441 struct pid *get_task_pid(struct task_struct *task, enum pid_type type) in get_task_pid()
451 struct task_struct *get_pid_task(struct pid *pid, enum pid_type type) in get_pid_task()
[all …]
H A Dsignal.c636 kernel_siginfo_t *info, enum pid_type *type) in dequeue_signal()
1004 static void complete_signal(int sig, struct task_struct *p, enum pid_type type) in complete_signal()
1085 struct task_struct *t, enum pid_type type, bool force) in __send_signal_locked()
1226 struct task_struct *t, enum pid_type type) in send_signal_locked()
1305 enum pid_type type) in do_send_sig_info()
1452 struct task_struct *p, enum pid_type type) in group_send_sig_info()
1978 int send_sigqueue(struct sigqueue *q, struct pid *pid, enum pid_type type) in send_sigqueue()
2592 static int ptrace_signal(int signr, kernel_siginfo_t *info, enum pid_type type) in ptrace_signal()
2724 enum pid_type type; in get_signal()
3610 enum pid_type type; in do_sigtimedwait()
H A Dexit.c1045 enum pid_type wo_type;
1648 enum pid_type type; in kernel_waitid()
1747 enum pid_type type; in kernel_wait4()
H A Dfork.c1952 enum pid_type type; in init_task_pid_links()
1959 init_task_pid(struct task_struct *task, enum pid_type type, struct pid *pid) in init_task_pid()
2803 enum pid_type type; in init_idle_pids()
/openbmc/linux/fs/
H A Dfcntl.c96 filp->f_owner.pid_type = type; in f_modown()
117 enum pid_type type; in f_setown()
159 if (filp->f_owner.pid_type == PIDTYPE_PGID) in f_getown()
215 if (pid_task(filp->f_owner.pid, filp->f_owner.pid_type)) in f_getown_ex()
218 switch (filp->f_owner.pid_type) { in f_getown_ex()
717 int fd, int reason, enum pid_type type) in send_sigio_to_task()
774 enum pid_type type; in send_sigio()
780 type = fown->pid_type; in send_sigio()
803 struct fown_struct *fown, enum pid_type type) in send_sigurg_to_task()
812 enum pid_type type; in send_sigurg()
[all …]
H A Dsignalfd.c158 enum pid_type type; in signalfd_dequeue()
/openbmc/linux/include/linux/sched/
H A Dsignal.h279 kernel_siginfo_t *info, enum pid_type *type);
285 enum pid_type __type; in kernel_dequeue_signal()
352 extern int send_sigqueue(struct sigqueue *, struct pid *, enum pid_type);
672 struct pid *task_pid_type(struct task_struct *task, enum pid_type type) in task_pid_type()
/openbmc/linux/kernel/sched/
H A Dcore_sched.c129 int sched_core_share_pid(unsigned int cmd, pid_t pid, enum pid_type type, in sched_core_share_pid()
/openbmc/linux/tools/testing/selftests/sched/
H A Dcs_prctl_test.c62 enum pid_type {PIDTYPE_PID = 0, PIDTYPE_TGID, PIDTYPE_PGID}; enum
/openbmc/linux/Documentation/admin-guide/hw-vuln/
H A Dcore-scheduling.rst64 ``pid_type`` for which the operation applies. It is one of
/openbmc/linux/kernel/time/
H A Dposix-cpu-timers.c108 static inline enum pid_type clock_pid_type(const clockid_t clock) in clock_pid_type()
H A Dposix-timers.c282 enum pid_type type; in posix_timer_event()
/openbmc/linux/kernel/trace/
H A Dbpf_trace.c824 enum pid_type type;
838 static int bpf_send_signal_common(u32 sig, enum pid_type type) in bpf_send_signal_common()
/openbmc/linux/arch/s390/kernel/
H A Dperf_cpum_sf.c670 u32 pid, enum pid_type type) in cpumsf_pid_type()
/openbmc/linux/drivers/tty/
H A Dtty_io.c2225 enum pid_type type; in __tty_fasync()
/openbmc/linux/kernel/events/
H A Dcore.c1323 enum pid_type type) in perf_event_pid_type()