Searched refs:get_task_pid (Results 1 – 13 of 13) sorted by relevance
| /linux/kernel/ |
| H A D | pid.c | 456 struct pid *get_task_pid(struct task_struct *task, enum pid_type type) in get_task_pid() function 464 EXPORT_SYMBOL_GPL(get_task_pid); 581 pid = get_task_pid(current, type); in pidfd_get_task() 585 pid = get_task_pid(current, type); in pidfd_get_task()
|
| H A D | exit.c | 1762 pid = get_task_pid(current, PIDTYPE_PGID); in kernel_waitid_prepare() 1863 pid = get_task_pid(current, PIDTYPE_PGID); in kernel_wait4()
|
| H A D | fork.c | 2663 pid = get_task_pid(p, PIDTYPE_PID); in kernel_clone()
|
| /linux/drivers/infiniband/core/ |
| H A D | umem_odp.c | 152 umem_odp->tgid = get_task_pid(current->group_leader, PIDTYPE_PID); in ib_umem_odp_alloc_implicit() 261 umem_odp->tgid = get_task_pid(current->group_leader, PIDTYPE_PID); in ib_umem_odp_get()
|
| /linux/include/linux/ |
| H A D | pid.h | 102 extern struct pid *get_task_pid(struct task_struct *task, enum pid_type type);
|
| /linux/drivers/gpu/drm/tegra/ |
| H A D | uapi.c | 118 struct pid *pid = get_task_pid(current, PIDTYPE_TGID); in tegra_drm_ioctl_channel_open()
|
| /linux/fs/autofs/ |
| H A D | inode.c | 347 sbi->oz_pgrp = get_task_pid(current, PIDTYPE_PGID); in autofs_fill_super()
|
| H A D | dev-ioctl.c | 345 new_pid = get_task_pid(current, PIDTYPE_PGID); in autofs_dev_ioctl_setpipefd()
|
| /linux/arch/powerpc/platforms/book3s/ |
| H A D | vas-api.c | 76 task_ref->pid = get_task_pid(current, PIDTYPE_PID); in get_vas_user_win_ref()
|
| /linux/net/ipv6/ |
| H A D | ip6_flowlabel.c | 446 fl->owner.pid = get_task_pid(current, PIDTYPE_PID); in fl_create()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_amdkfd_gpuvm.c | 1424 info->pid = get_task_pid(current->group_leader, PIDTYPE_PID); in init_kfd_vm()
|
| /linux/fs/proc/ |
| H A D | base.c | 1967 pid = get_task_pid(task, PIDTYPE_PID); in proc_pid_make_inode()
|
| /linux/virt/kvm/ |
| H A D | kvm_main.c | 4484 newpid = get_task_pid(current, PIDTYPE_PID); in kvm_vcpu_ioctl()
|