Home
last modified time | relevance | path

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

/linux/kernel/
H A Dpid.c165 enum pid_type type; in alloc_pid()
382 static struct pid **task_pid_ptr(struct task_struct *task, enum pid_type type) in task_pid_ptr()
392 void attach_pid(struct task_struct *task, enum pid_type type) in attach_pid()
403 enum pid_type type, struct pid *new) in __change_pid()
424 void detach_pid(struct pid **pids, struct task_struct *task, enum pid_type type) in detach_pid()
429 void change_pid(struct pid **pids, struct task_struct *task, enum pid_type type, in change_pid()
459 enum pid_type type) in transfer_pid()
466 struct task_struct *pid_task(struct pid *pid, enum pid_type type) in pid_task()
508 struct pid *get_task_pid(struct task_struct *task, enum pid_type type) in get_task_pid()
518 struct task_struct *get_pid_task(struct pid *pid, enum pid_type type) in get_pid_task()
[all …]
H A Dexit.h13 enum pid_type wo_type;
/linux/include/linux/
H A Dsignal.h279 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 Dpid_types.h5 enum pid_type { enum
H A Dfs.h1189 enum pid_type pid_type; /* Kind of process group SIGIO should be sent to */ member
1389 extern void __f_setown(struct file *filp, struct pid *, enum pid_type, int force);
/linux/tools/testing/selftests/sched/
H A Dcs_prctl_test.c62 enum pid_type {PIDTYPE_PID = 0, PIDTYPE_TGID, PIDTYPE_PGID}; enum
/linux/fs/
H A Dsignalfd.c157 enum pid_type type; in signalfd_dequeue()
/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()
525 enum pid_type type = clock_pid_type(timer->it_clock); in timer_lock_sighand()
/linux/Documentation/admin-guide/hw-vuln/
H A Dcore-scheduling.rst64 ``pid_type`` for which the operation applies. It is one of
/linux/kernel/trace/
H A Dbpf_trace.c828 enum pid_type type;
847 static int bpf_send_signal_common(u32 sig, enum pid_type type, struct task_struct *task, u64 value) in bpf_send_signal_common()
3613 __bpf_kfunc int bpf_send_signal_task(struct task_struct *task, int sig, enum pid_type type, in bpf_send_signal_task()
/linux/security/landlock/
H A Dfs.c2024 if (fown->pid_type != PIDTYPE_PID && fown->pid_type != PIDTYPE_TGID)
2032 p = pid_task(fown->pid, fown->pid_type);
/linux/arch/s390/kernel/
H A Dperf_cpum_sf.c602 u32 pid, enum pid_type type) in cpumsf_pid_type()
/linux/drivers/tty/
H A Dtty_io.c2197 enum pid_type type; in __tty_fasync()