Searched refs:pid_type (Results 1 – 11 of 11) sorted by relevance
| /linux/kernel/ |
| H A D | pid.c | 165 enum pid_type type; in alloc_pid() 380 static struct pid **task_pid_ptr(struct task_struct *task, enum pid_type type) in task_pid_ptr() 390 void attach_pid(struct task_struct *task, enum pid_type type) in attach_pid() 401 enum pid_type type, struct pid *new) in __change_pid() 422 void detach_pid(struct pid **pids, struct task_struct *task, enum pid_type type) in detach_pid() 427 void change_pid(struct pid **pids, struct task_struct *task, enum pid_type type, in change_pid() 457 enum pid_type type) in transfer_pid() 464 struct task_struct *pid_task(struct pid *pid, enum pid_type type) in pid_task() 506 struct pid *get_task_pid(struct task_struct *task, enum pid_type type) in get_task_pid() 516 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 | 618 int dequeue_signal(sigset_t *mask, kernel_siginfo_t *info, enum pid_type *type) in dequeue_signal() 963 static void complete_signal(int sig, struct task_struct *p, enum pid_type type) in complete_signal() 1041 struct task_struct *t, enum pid_type type, bool force) in __send_signal_locked() 1182 struct task_struct *t, enum pid_type type) in send_signal_locked() 1261 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() 2734 static int ptrace_signal(int signr, kernel_siginfo_t *info, enum pid_type type) in ptrace_signal() 2867 enum pid_type type; in get_signal() [all …]
|
| /linux/include/linux/ |
| H A D | pid_types.h | 5 enum pid_type { enum
|
| 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 | posix-timers.h | 193 enum pid_type it_pid_type;
|
| /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/Documentation/admin-guide/hw-vuln/ |
| H A D | core-scheduling.rst | 64 ``pid_type`` for which the operation applies. It is one of
|
| /linux/security/landlock/ |
| H A D | fs.c | 1925 if (fown->pid_type != PIDTYPE_PID && fown->pid_type != PIDTYPE_TGID) 1933 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()
|