Searched refs:task_tgid (Results 1 – 14 of 14) sorted by relevance
| /linux/io_uring/ |
| H A D | sqpoll.h | 17 pid_t task_tgid; member
|
| /linux/include/net/ |
| H A D | scm.h | 98 scm_set_cred(scm, task_tgid(current), current_uid(), current_gid()); in scm_send()
|
| /linux/security/landlock/ |
| H A D | domain.c | 102 details->pid = get_pid(task_tgid(current)); in get_current_details()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_file.c | 145 rcu_assign_pointer(file->pid, get_pid(task_tgid(current))); in drm_file_alloc() 465 pid = task_tgid(current); in drm_file_update_pid()
|
| H A D | drm_auth.c | 236 rcu_access_pointer(file_priv->pid) == task_tgid(current)) in drm_master_check_perm()
|
| /linux/ipc/ |
| H A D | sem.c | 1395 ipc_update_pid(&curr->sempid, task_tgid(current)); in semctl_setval() 1515 ipc_update_pid(&sma->sems[i].sempid, task_tgid(current)); in semctl_main() 2097 queue.pid = task_tgid(current); in __do_semtimedop() 2434 ipc_update_pid(&semaphore->sempid, task_tgid(current)); in exit_sem()
|
| H A D | mqueue.c | 663 if (task_tgid(current) == info->notify_owner) in mqueue_flush_file() 1337 if (info->notify_owner == task_tgid(current)) { in do_mq_notify() 1364 info->notify_owner = get_pid(task_tgid(current)); in do_mq_notify()
|
| H A D | shm.c | 297 ipc_update_pid(&shp->shm_lprid, task_tgid(current)); in __shm_open() 387 ipc_update_pid(&shp->shm_lprid, task_tgid(current)); in __shm_close() 770 shp->shm_cprid = get_pid(task_tgid(current)); in newseg()
|
| H A D | msg.c | 936 ipc_update_pid(&msq->q_lspid, task_tgid(current)); in do_msgsnd() 1166 ipc_update_pid(&msq->q_lrpid, task_tgid(current)); in do_msgrcv()
|
| /linux/arch/x86/kvm/ |
| H A D | i8254.c | 749 pid = get_pid(task_tgid(current)); in kvm_create_pit()
|
| /linux/fs/notify/fanotify/ |
| H A D | fanotify.c | 869 pid = get_pid(task_tgid(current)); in fanotify_alloc_event()
|
| /linux/drivers/misc/genwqe/ |
| H A D | card_dev.c | 47 cfile->opener = get_pid(task_tgid(current)); in genwqe_add_file()
|
| /linux/net/unix/ |
| H A D | af_unix.c | 749 pid = task_tgid(current); in prepare_peercred() 2033 pid = task_tgid(current); in unix_maybe_add_creds()
|
| /linux/fs/fuse/ |
| H A D | file.c | 2517 struct pid *pid = fl->c.flc_type != F_UNLCK ? task_tgid(current) : NULL; in fuse_setlk()
|