Symbol: get_pid
arch/x86/kvm/i8254.c
749
pid = get_pid(task_tgid(current));
drivers/gpu/drm/drm_file.c
145
rcu_assign_pointer(file->pid, get_pid(task_tgid(current)));
drivers/gpu/drm/drm_file.c
476
get_pid(pid);
drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c
425
struct pid *pid = get_pid(task_pid(current));
drivers/gpu/drm/msm/msm_gem_submit.c
73
submit->pid = get_pid(task_pid(current));
drivers/gpu/drm/msm/msm_gpu.c
967
to_msm_vm(vm)->pid = get_pid(task_pid(task));
drivers/gpu/host1x/context.c
153
free->owner = get_pid(pid);
drivers/infiniband/core/umem_odp.c
205
odp_data->tgid = get_pid(root->tgid);
drivers/misc/genwqe/card_dev.c
47
cfile->opener = get_pid(task_tgid(current));
drivers/s390/char/fs3270.c
455
fp->fs_pid = get_pid(task_pid(current));
drivers/tty/tty_io.c
2235
get_pid(pid);
drivers/tty/tty_io.c
3023
session = get_pid(tty->ctrl.session);
drivers/tty/tty_jobctrl.c
109
tty->ctrl.pgrp = get_pid(task_pgrp(current));
drivers/tty/tty_jobctrl.c
110
tty->ctrl.session = get_pid(task_session(current));
drivers/tty/tty_jobctrl.c
222
tty_pgrp = get_pid(tty->ctrl.pgrp);
drivers/tty/tty_jobctrl.c
225
get_pid(tty->ctrl.pgrp);
drivers/tty/tty_jobctrl.c
427
pgrp = get_pid(tty->ctrl.pgrp);
drivers/tty/tty_jobctrl.c
526
real_tty->ctrl.pgrp = get_pid(pgrp);
drivers/tty/vt/vt_ioctl.c
460
vt_spawn_con.pid = get_pid(task_pid(current));
drivers/tty/vt/vt_ioctl.c
615
nvc->vt_pid = get_pid(task_pid(current));
drivers/tty/vt/vt_ioctl.c
770
vc->vt_pid = get_pid(task_pid(current));
drivers/usb/core/devio.c
1072
ps->disc_pid = get_pid(task_pid(current));
drivers/usb/core/devio.c
1932
as->pid = get_pid(task_pid(current));
drivers/usb/core/devio.c
640
pid = get_pid(as->pid);
fs/fcntl.c
139
f_owner->pid = get_pid(pid);
fs/gfs2/glock.c
1187
gh->gh_owner_pid = get_pid(task_pid(current));
fs/gfs2/glock.c
1210
gh->gh_owner_pid = get_pid(task_pid(current));
fs/notify/fanotify/fanotify.c
867
pid = get_pid(task_pid(current));
fs/notify/fanotify/fanotify.c
869
pid = get_pid(task_tgid(current));
fs/ocfs2/dlmglue.c
804
oh->oh_owner_pid = get_pid(task_pid(current));
fs/pidfs.c
1100
ret = path_from_stashed(&pid->stashed, pidfs_mnt, get_pid(pid), &path);
fs/pidfs.c
841
return get_pid(pid);
fs/proc/array.c
737
pid = get_pid(task_pid(task));
fs/proc/array.c
759
pid = get_pid(task_pid(task));
include/net/scm.h
72
scm->pid = get_pid(pid);
init/main.c
1673
cad_pid = get_pid(task_pid(current));
ipc/mqueue.c
1364
info->notify_owner = get_pid(task_tgid(current));
ipc/shm.c
770
shp->shm_cprid = get_pid(task_tgid(current));
ipc/util.h
189
*pos = get_pid(pid);
kernel/audit.c
551
ac_new->pid = get_pid(pid);
kernel/pid.c
503
pid = get_pid(rcu_dereference(*task_pid_ptr(task, type)));
kernel/pid.c
526
pid = get_pid(find_vpid(nr));
kernel/pid.c
595
get_pid(pid);
kernel/time/posix-cpu-timers.c
411
new_timer->it.cpu.pid = get_pid(pid);
kernel/time/posix-timers.c
502
new_timer->it_pid = get_pid(good_sigevent(event));
kernel/time/posix-timers.c
514
new_timer->it_pid = get_pid(task_tgid(current));
mm/damon/core.c
1180
get_pid(src->pid);
net/bluetooth/af_bluetooth.c
166
sk->sk_peer_pid = get_pid(task_tgid(current));
net/bluetooth/af_bluetooth.c
236
sk->sk_peer_pid = get_pid(parent->sk_peer_pid);
net/core/sock.c
1922
peer_pid = get_pid(sk->sk_peer_pid);
net/unix/af_unix.c
1984
UNIXCB(skb).pid = get_pid(scm->pid);
net/unix/af_unix.c
2031
UNIXCB(skb).pid = get_pid(pid);
net/unix/af_unix.c
752
peercred->peer_pid = get_pid(pid);
net/unix/af_unix.c
799
sk->sk_peer_pid = get_pid(peersk->sk_peer_pid);
security/landlock/domain.c
102
details->pid = get_pid(task_tgid(current));
sound/core/control.c
80
ctl->pid = get_pid(task_pid(current));
sound/core/pcm.c
971
substream->pid = get_pid(task_pid(current));
sound/core/rawmidi.c
358
substream->pid = get_pid(task_pid(current));
sound/core/seq/seq_clientmgr.c
340
client->data.user.owner = get_pid(task_pid(current));
tools/mm/page_owner_sort.c
455
if ((filter & FILTER_PID) && !match_num_list(get_pid(buf), fc.pids, fc.pids_size))
tools/mm/page_owner_sort.c
480
list[list_size].pid = get_pid(buf);