/linux-4.1.27/kernel/locking/ |
D | rtmutex-debug.c | 80 act_waiter->deadlock_task_pid = get_pid(task_pid(task)); in debug_rt_mutex_deadlock()
|
/linux-4.1.27/drivers/tty/ |
D | n_r3964.c | 1070 pClient = findClient(pInfo, task_pid(current)); in r3964_read() 1161 pClient = findClient(pInfo, task_pid(current)); in r3964_write() 1191 return enable_signals(pInfo, task_pid(current), arg); in r3964_ioctl() 1204 return read_telegram(pInfo, task_pid(current), in r3964_ioctl() 1228 pClient = findClient(pInfo, task_pid(current)); in r3964_poll()
|
D | tty_io.c | 2243 pid = task_pid(current); in __tty_fasync()
|
/linux-4.1.27/fs/gfs2/ |
D | glock.h | 145 pid = task_pid(current); in gfs2_glock_is_locked_by_me()
|
D | glock.c | 807 gh->gh_owner_pid = get_pid(task_pid(current)); in gfs2_holder_init() 832 gh->gh_owner_pid = get_pid(task_pid(current)); in gfs2_holder_reinit()
|
/linux-4.1.27/drivers/tty/vt/ |
D | vt_ioctl.c | 587 vt_spawn_con.pid = get_pid(task_pid(current)); in vt_ioctl() 613 vc->vt_pid = get_pid(task_pid(current)); in vt_ioctl() 718 nvc->vt_pid = get_pid(task_pid(current)); in vt_ioctl()
|
/linux-4.1.27/fs/proc/ |
D | array.c | 609 pid = get_pid(task_pid(task)); in get_children_pid() 631 pid = get_pid(task_pid(task)); in get_children_pid()
|
D | base.c | 2744 pid = task_pid(task); in proc_flush_task()
|
/linux-4.1.27/fs/notify/dnotify/ |
D | dnotify.c | 349 __f_setown(filp, task_pid(current), PIDTYPE_PID, 0); in fcntl_dirnotify()
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_fops.c | 160 priv->pid = get_pid(task_pid(current)); in drm_open_helper()
|
/linux-4.1.27/kernel/ |
D | pid.c | 548 return ns_of_pid(task_pid(tsk)); in task_active_pid_ns()
|
D | sys.c | 965 pgrp = task_pid(p); in SYSCALL_DEFINE2() 1069 struct pid *sid = task_pid(group_leader); in SYSCALL_DEFINE0()
|
/linux-4.1.27/drivers/s390/char/ |
D | fs3270.c | 465 fp->fs_pid = get_pid(task_pid(current)); in fs3270_open()
|
/linux-4.1.27/init/ |
D | main.c | 992 cad_pid = task_pid(current); in kernel_init_freeable()
|
/linux-4.1.27/include/linux/ |
D | mm.h | 796 static inline bool __cpupid_match_pid(pid_t task_pid, int cpupid) in __cpupid_match_pid() argument 798 return (task_pid & LAST__PID_MASK) == cpupid_to_pid(cpupid); in __cpupid_match_pid()
|
D | sched.h | 1768 static inline struct pid *task_pid(struct task_struct *task) in task_pid() function 2582 return task_pid(p) == p->signal->leader_pid; in has_group_leader_pid()
|
/linux-4.1.27/kernel/time/ |
D | posix-timers.c | 513 return task_pid(rtn); in good_sigevent()
|
/linux-4.1.27/sound/core/ |
D | control.c | 84 ctl->pid = get_pid(task_pid(current)); in snd_ctl_open() 1709 if (kctl->pid == task_pid(current)) { in snd_ctl_get_preferred_subdevice()
|
D | pcm.c | 997 substream->pid = get_pid(task_pid(current)); in snd_pcm_attach_substream()
|
D | rawmidi.c | 278 substream->pid = get_pid(task_pid(current)); in open_substream()
|
/linux-4.1.27/drivers/usb/core/ |
D | devio.c | 915 ps->disc_pid = get_pid(task_pid(current)); in usbdev_open() 1551 as->pid = get_pid(task_pid(current)); in proc_do_submiturb()
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
D | ipath_file_ops.c | 1621 pd->port_pid = get_pid(task_pid(current)); in try_alloc_port() 1808 get_pid(task_pid(current)); in find_shared_port()
|
/linux-4.1.27/fs/ |
D | exec.c | 978 change_pid(tsk, PIDTYPE_PID, task_pid(leader)); in de_thread()
|
D | locks.c | 491 __f_setown(filp, task_pid(current), PIDTYPE_PID, 0); in lease_setup()
|
/linux-4.1.27/drivers/net/ |
D | tun.c | 2146 __f_setown(file, task_pid(current), PIDTYPE_PID, 0); in tun_chr_fasync()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_gem.c | 2417 request->pid = get_pid(task_pid(current)); in __i915_add_request()
|