Symbol: task_tgid
arch/x86/kvm/i8254.c
749
pid = get_pid(task_tgid(current));
drivers/gpu/drm/drm_auth.c
236
rcu_access_pointer(file_priv->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
465
pid = task_tgid(current);
drivers/misc/genwqe/card_dev.c
47
cfile->opener = get_pid(task_tgid(current));
fs/coredump.c
455
cprm->pid = task_tgid(current);
fs/coredump.c
700
cprm->pid = task_tgid(current);
fs/fuse/file.c
2512
struct pid *pid = fl->c.flc_type != F_UNLCK ? task_tgid(current) : NULL;
fs/notify/fanotify/fanotify.c
869
pid = get_pid(task_tgid(current));
fs/notify/fanotify/fanotify_user.c
859
task_tgid(current) != event->pid)
include/net/scm.h
98
scm_set_cred(scm, task_tgid(current), current_uid(), current_gid());
io_uring/sqpoll.c
132
if (sqd->task_tgid != current->tgid)
io_uring/sqpoll.c
516
sqd->task_tgid = current->tgid;
io_uring/sqpoll.h
17
pid_t task_tgid;
ipc/mqueue.c
1337
if (info->notify_owner == task_tgid(current)) {
ipc/mqueue.c
1364
info->notify_owner = get_pid(task_tgid(current));
ipc/mqueue.c
663
if (task_tgid(current) == info->notify_owner)
ipc/msg.c
1166
ipc_update_pid(&msq->q_lrpid, task_tgid(current));
ipc/msg.c
936
ipc_update_pid(&msq->q_lspid, task_tgid(current));
ipc/sem.c
1395
ipc_update_pid(&curr->sempid, task_tgid(current));
ipc/sem.c
1515
ipc_update_pid(&sma->sems[i].sempid, task_tgid(current));
ipc/sem.c
2097
queue.pid = task_tgid(current);
ipc/sem.c
2434
ipc_update_pid(&semaphore->sempid, task_tgid(current));
ipc/shm.c
297
ipc_update_pid(&shp->shm_lprid, task_tgid(current));
ipc/shm.c
387
ipc_update_pid(&shp->shm_lprid, task_tgid(current));
ipc/shm.c
770
shp->shm_cprid = get_pid(task_tgid(current));
kernel/audit.c
1317
struct pid *req_pid = task_tgid(current);
kernel/audit.c
237
rc = (ac && ac->pid == task_tgid(task) ? 1 : 0);
kernel/time/posix-cpu-timers.c
71
return thread ? task_pid(current) : task_tgid(current);
kernel/time/posix-cpu-timers.c
89
return task_tgid(current);
kernel/time/posix-cpu-timers.c
929
task_tgid(tsk), cur_time);
kernel/time/posix-timers.c
393
struct pid *pid = task_tgid(current);
kernel/time/posix-timers.c
514
new_timer->it_pid = get_pid(task_tgid(current));
net/bluetooth/af_bluetooth.c
166
sk->sk_peer_pid = get_pid(task_tgid(current));
net/unix/af_unix.c
2026
pid = task_tgid(current);
net/unix/af_unix.c
749
pid = task_tgid(current);
security/landlock/domain.c
102
details->pid = get_pid(task_tgid(current));