Searched refs:pid_type (Results 1 – 16 of 16) sorted by relevance
| /linux/fs/ |
| H A D | fcntl.c | 127 void __f_setown(struct file *filp, struct pid *pid, enum pid_type type, in __f_setown() 140 f_owner->pid_type = type; in __f_setown() 155 enum pid_type type; in f_setown() 206 if (pid_task(f_owner->pid, f_owner->pid_type)) { in f_getown() 208 if (f_owner->pid_type == PIDTYPE_PGID) in f_getown() 266 enum pid_type pid_type = PIDTYPE_PID; in f_getown_ex() local 272 if (pid_task(f_owner->pid, f_owner->pid_type)) in f_getown_ex() 275 pid_type = f_owner->pid_type; in f_getown_ex() 278 switch (pid_type) { in f_getown_ex() 857 int fd, int reason, enum pid_type type) in send_sigio_to_task() [all …]
|
| H A D | signalfd.c | 157 enum pid_type type; in signalfd_dequeue()
|
| /linux/include/linux/ |
| 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 | 193 enum pid_type it_pid_type;
|
| H A D | sched.h | 2360 extern int sched_core_share_pid(unsigned int cmd, pid_t pid, enum pid_type type,
|
| /linux/kernel/ |
| H A D | exit.h | 13 enum pid_type wo_type;
|
| H A D | exit.c | 1742 enum pid_type type; in kernel_waitid_prepare() 1852 enum pid_type type; in kernel_wait4()
|
| H A D | fork.c | 1804 enum pid_type type; in init_task_pid_links() 1811 init_task_pid(struct task_struct *task, enum pid_type type, struct pid *pid) in init_task_pid() 2607 enum pid_type type; in init_idle_pids()
|
| /linux/kernel/sched/ |
| H A D | core_sched.c | 131 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/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/trace/ |
| H A D | bpf_trace.c | 798 enum pid_type type; 817 static int bpf_send_signal_common(u32 sig, enum pid_type type, struct task_struct *task, u64 value) in bpf_send_signal_common() 3534 __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 D | fs.c | 1908 p = pid_task(fown->pid, fown->pid_type);
|
| /linux/arch/s390/kernel/ |
| H A D | perf_cpum_sf.c | 602 u32 pid, enum pid_type type) in cpumsf_pid_type()
|
| /linux/kernel/events/ |
| H A D | core.c | 1522 enum pid_type type) in perf_event_pid_type()
|