| /Linux-v5.4/drivers/tty/ |
| D | n_r3964.c | 1083 pClient = findClient(pInfo, task_pid(current)); in r3964_read() 1172 pClient = findClient(pInfo, task_pid(current)); in r3964_write() 1200 return enable_signals(pInfo, task_pid(current), arg); in r3964_ioctl() 1213 return read_telegram(pInfo, task_pid(current), in r3964_ioctl() 1252 pClient = findClient(pInfo, task_pid(current)); in r3964_poll()
|
| /Linux-v5.4/kernel/locking/ |
| D | rtmutex-debug.c | 82 act_waiter->deadlock_task_pid = get_pid(task_pid(task)); in debug_rt_mutex_deadlock()
|
| /Linux-v5.4/include/linux/sched/ |
| D | signal.h | 598 pid = task_pid(task); in task_pid_type() 642 return task_pid(p) == task_tgid(p); in has_group_leader_pid()
|
| /Linux-v5.4/fs/gfs2/ |
| D | glock.h | 143 pid = task_pid(current); in gfs2_glock_is_locked_by_me()
|
| D | glock.c | 897 gh->gh_owner_pid = get_pid(task_pid(current)); in gfs2_holder_init() 922 gh->gh_owner_pid = get_pid(task_pid(current)); in gfs2_holder_reinit()
|
| /Linux-v5.4/drivers/tty/vt/ |
| D | vt_ioctl.c | 586 vt_spawn_con.pid = get_pid(task_pid(current)); in vt_ioctl() 612 vc->vt_pid = get_pid(task_pid(current)); in vt_ioctl() 719 nvc->vt_pid = get_pid(task_pid(current)); in vt_ioctl()
|
| /Linux-v5.4/fs/notify/dnotify/ |
| D | dnotify.c | 357 __f_setown(filp, task_pid(current), PIDTYPE_TGID, 0); in fcntl_dirnotify()
|
| /Linux-v5.4/fs/proc/ |
| D | array.c | 688 pid = get_pid(task_pid(task)); in get_children_pid() 710 pid = get_pid(task_pid(task)); in get_children_pid()
|
| /Linux-v5.4/kernel/ |
| D | pid.c | 443 return ns_of_pid(task_pid(tsk)); in task_active_pid_ns()
|
| D | exit.c | 553 unsigned int ns_level = task_pid(father)->level; in find_new_reaper() 563 task_pid(reaper)->level == ns_level; in find_new_reaper()
|
| D | sys.c | 1052 pgrp = task_pid(p); in SYSCALL_DEFINE2() 1161 struct pid *sid = task_pid(group_leader); in ksys_setsid() 2244 is_child_reaper(task_pid(p))) in propagate_has_child_subreaper()
|
| D | signal.c | 1894 pid = task_pid(task); in do_notify_pidfd() 3746 if ((task_pid(current) != pid) && in SYSCALL_DEFINE4()
|
| /Linux-v5.4/fs/notify/fanotify/ |
| D | fanotify.c | 320 event->pid = get_pid(task_pid(current)); in fanotify_alloc_event()
|
| /Linux-v5.4/drivers/gpu/drm/ |
| D | drm_file.c | 127 file->pid = get_pid(task_pid(current)); in drm_file_alloc()
|
| /Linux-v5.4/drivers/s390/char/ |
| D | fs3270.c | 465 fp->fs_pid = get_pid(task_pid(current)); in fs3270_open()
|
| /Linux-v5.4/drivers/gpu/drm/msm/ |
| D | msm_gem_submit.c | 410 struct pid *pid = get_pid(task_pid(current)); in msm_ioctl_gem_submit()
|
| /Linux-v5.4/init/ |
| D | main.c | 1173 cad_pid = task_pid(current); in kernel_init_freeable()
|
| /Linux-v5.4/sound/core/ |
| D | control.c | 71 ctl->pid = get_pid(task_pid(current)); in snd_ctl_open() 1767 if (kctl->pid == task_pid(current)) { in snd_ctl_get_preferred_subdevice()
|
| D | pcm.c | 973 substream->pid = get_pid(task_pid(current)); in snd_pcm_attach_substream()
|
| /Linux-v5.4/include/linux/ |
| D | mm.h | 1137 static inline bool __cpupid_match_pid(pid_t task_pid, int cpupid) in __cpupid_match_pid() argument 1139 return (task_pid & LAST__PID_MASK) == cpupid_to_pid(cpupid); in __cpupid_match_pid()
|
| D | sched.h | 1286 static inline struct pid *task_pid(struct task_struct *task) in task_pid() function
|
| /Linux-v5.4/fs/fuse/ |
| D | dev.c | 138 req->in.h.pid = pid_nr_ns(task_pid(current), fc->pid_ns); in fuse_get_req() 466 req->in.h.pid = pid_nr_ns(task_pid(current), fc->pid_ns); in fuse_force_creds()
|
| /Linux-v5.4/ipc/ |
| D | msg.c | 803 ipc_update_pid(&msq->q_lrpid, task_pid(msr->r_tsk)); in pipelined_send()
|
| /Linux-v5.4/drivers/usb/core/ |
| D | devio.c | 1025 ps->disc_pid = get_pid(task_pid(current)); in usbdev_open() 1795 as->pid = get_pid(task_pid(current)); in proc_do_submiturb()
|
| /Linux-v5.4/fs/ |
| D | exec.c | 1152 change_pid(tsk, PIDTYPE_PID, task_pid(leader)); in de_thread()
|