Searched refs:task_tgid (Results 1 - 21 of 21) sorted by relevance

/linux-master/io_uring/
H A Dsqpoll.h17 pid_t task_tgid; member in struct:io_sq_data
H A Dsqpoll.c124 if (sqd->task_tgid != current->tgid) {
464 sqd->task_tgid = current->tgid;
/linux-master/kernel/
H A Dusermode_driver.c133 umd_info->tgid = get_pid(task_tgid(current));
H A Daudit.c223 rc = (ac && ac->pid == task_tgid(task) ? 1 : 0);
1278 struct pid *req_pid = task_tgid(current);
/linux-master/include/net/
H A Dscm.h88 scm_set_cred(scm, task_tgid(current), current_uid(), current_gid());
/linux-master/drivers/gpu/drm/
H A Ddrm_file.c152 rcu_assign_pointer(file->pid, get_pid(task_tgid(current)));
461 pid = task_tgid(current);
H A Ddrm_auth.c237 rcu_access_pointer(file_priv->pid) == task_tgid(current))
/linux-master/kernel/time/
H A Dposix-cpu-timers.c71 return thread ? task_pid(current) : task_tgid(current);
89 return task_tgid(current);
961 task_tgid(tsk), cur_time);
H A Dposix-timers.c379 struct pid *pid = task_tgid(current);
494 new_timer->it_pid = get_pid(task_tgid(current));
/linux-master/ipc/
H A Dsem.c1395 ipc_update_pid(&curr->sempid, task_tgid(current));
1515 ipc_update_pid(&sma->sems[i].sempid, task_tgid(current));
2097 queue.pid = task_tgid(current);
2434 ipc_update_pid(&semaphore->sempid, task_tgid(current));
H A Dmqueue.c669 if (task_tgid(current) == info->notify_owner)
1396 if (info->notify_owner == task_tgid(current)) {
1423 info->notify_owner = get_pid(task_tgid(current));
H A Dshm.c295 ipc_update_pid(&shp->shm_lprid, task_tgid(current));
385 ipc_update_pid(&shp->shm_lprid, task_tgid(current));
769 shp->shm_cprid = get_pid(task_tgid(current));
H A Dmsg.c936 ipc_update_pid(&msq->q_lspid, task_tgid(current));
1166 ipc_update_pid(&msq->q_lrpid, task_tgid(current));
/linux-master/arch/x86/kvm/
H A Di8254.c680 pid = get_pid(task_tgid(current));
/linux-master/net/bluetooth/
H A Daf_bluetooth.c163 sk->sk_peer_pid = get_pid(task_tgid(current));
/linux-master/include/linux/sched/
H A Dsignal.h677 static inline struct pid *task_tgid(struct task_struct *task) function
/linux-master/fs/notify/fanotify/
H A Dfanotify.c824 pid = get_pid(task_tgid(current));
H A Dfanotify_user.c682 task_tgid(current) != event->pid)
/linux-master/drivers/misc/genwqe/
H A Dcard_dev.c47 cfile->opener = get_pid(task_tgid(current));
/linux-master/net/unix/
H A Daf_unix.c692 sk->sk_peer_pid = get_pid(task_tgid(current));
1921 UNIXCB(skb).pid = get_pid(task_tgid(current));
/linux-master/fs/fuse/
H A Dfile.c2677 struct pid *pid = fl->c.flc_type != F_UNLCK ? task_tgid(current) : NULL;

Completed in 402 milliseconds