Lines Matching defs:pid
108 void put_pid(struct pid *pid) in put_pid()
125 struct pid *pid = container_of(rhp, struct pid, rcu); in delayed_put_pid() local
129 void free_pid(struct pid *pid) in free_pid()
165 struct pid *pid; in alloc_pid() local
336 struct pid *pid = *task_pid_ptr(task, type); in attach_pid() local
344 struct pid *pid; in __change_pid() local
365 struct pid *pid) in change_pid()
399 struct task_struct *pid_task(struct pid *pid, enum pid_type type) in pid_task()
443 struct pid *pid; in get_task_pid() local
451 struct task_struct *get_pid_task(struct pid *pid, enum pid_type type) in get_pid_task()
465 struct pid *pid; in find_get_pid() local
475 pid_t pid_nr_ns(struct pid *pid, struct pid_namespace *ns) in pid_nr_ns()
489 pid_t pid_vnr(struct pid *pid) in pid_vnr()
530 struct pid *pid; in pidfd_get_pid() local
566 struct pid *pid; in pidfd_get_task() local
598 int pidfd_create(struct pid *pid, unsigned int flags) in pidfd_create()
627 SYSCALL_DEFINE2(pidfd_open, pid_t, pid, unsigned int, flags) in SYSCALL_DEFINE2() argument
688 static int pidfd_getfd(struct pid *pid, int fd) in pidfd_getfd()
728 struct pid *pid; in SYSCALL_DEFINE3() local