Searched refs:task_pid (Results 1 - 27 of 27) sorted by relevance

/linux-4.1.27/kernel/locking/
H A Drtmutex-debug.c80 act_waiter->deadlock_task_pid = get_pid(task_pid(task)); debug_rt_mutex_deadlock()
/linux-4.1.27/drivers/tty/
H A Dn_r3964.c1070 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 Dtty_io.c2243 pid = task_pid(current); __tty_fasync()
/linux-4.1.27/fs/proc/
H A Darray.c609 pid = get_pid(task_pid(task)); get_children_pid()
631 pid = get_pid(task_pid(task)); get_children_pid()
H A Dbase.c2744 pid = task_pid(task); proc_flush_task()
/linux-4.1.27/fs/gfs2/
H A Dglock.h145 pid = task_pid(current); list_for_each_entry()
H A Dglock.c807 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 Ddnotify.c349 __f_setown(filp, task_pid(current), PIDTYPE_PID, 0); fcntl_dirnotify()
/linux-4.1.27/security/yama/
H A Dyama_lsm.c135 * yama_task_free - check for task_pid to remove from exception list
/linux-4.1.27/drivers/tty/vt/
H A Dvt_ioctl.c587 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 Dfs3270.c465 fp->fs_pid = get_pid(task_pid(current)); fs3270_open()
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_fops.c160 priv->pid = get_pid(task_pid(current)); drm_open_helper()
/linux-4.1.27/kernel/
H A Dpid.c548 return ns_of_pid(task_pid(tsk)); task_active_pid_ns()
H A Dsys.c965 pgrp = task_pid(p); SYSCALL_DEFINE2()
1069 struct pid *sid = task_pid(group_leader); SYSCALL_DEFINE0()
/linux-4.1.27/init/
H A Dmain.c992 cad_pid = task_pid(current); kernel_init_freeable()
/linux-4.1.27/drivers/usb/core/
H A Ddevio.c915 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 Dcontrol.c84 ctl->pid = get_pid(task_pid(current)); snd_ctl_open()
1709 if (kctl->pid == task_pid(current)) { snd_ctl_get_preferred_subdevice()
H A Dpcm.c997 substream->pid = get_pid(task_pid(current)); snd_pcm_attach_substream()
H A Drawmidi.c278 substream->pid = get_pid(task_pid(current)); open_substream()
/linux-4.1.27/kernel/time/
H A Dposix-timers.c513 return task_pid(rtn); good_sigevent()
/linux-4.1.27/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c1621 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 Dsched.h1768 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 Dmm.h796 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 Dexec.c978 change_pid(tsk, PIDTYPE_PID, task_pid(leader)); de_thread()
H A Dlocks.c491 __f_setown(filp, task_pid(current), PIDTYPE_PID, 0); lease_setup()
/linux-4.1.27/drivers/net/
H A Dtun.c2146 __f_setown(file, task_pid(current), PIDTYPE_PID, 0); tun_chr_fasync()
/linux-4.1.27/drivers/gpu/drm/i915/
H A Di915_gem.c2417 request->pid = get_pid(task_pid(current)); __i915_add_request()

Completed in 1240 milliseconds