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