/linux-4.4.14/include/linux/ |
D | pid.h | 75 static inline struct pid *get_pid(struct pid *pid) in get_pid() function
|
/linux-4.4.14/kernel/locking/ |
D | rtmutex-debug.c | 80 act_waiter->deadlock_task_pid = get_pid(task_pid(task)); in debug_rt_mutex_deadlock()
|
/linux-4.4.14/include/net/ |
D | scm.h | 56 scm->pid = get_pid(pid); in scm_set_cred()
|
/linux-4.4.14/kernel/ |
D | pid.c | 470 pid = get_pid(rcu_dereference(task->pids[type].pid)); in get_task_pid() 493 pid = get_pid(find_vpid(nr)); in find_get_pid()
|
/linux-4.4.14/fs/notify/fanotify/ |
D | fanotify.c | 176 event->tgid = get_pid(task_tgid(current)); in fanotify_alloc_event()
|
/linux-4.4.14/drivers/tty/ |
D | tty_io.c | 537 tty->pgrp = get_pid(task_pgrp(current)); in __proc_set_tty() 539 tty->session = get_pid(task_session(current)); in __proc_set_tty() 639 tty_pgrp = get_pid(tty->pgrp); in tty_signal_session_leader() 641 p->signal->tty_old_pgrp = get_pid(tty->pgrp); in tty_signal_session_leader() 2240 get_pid(pid); in __tty_fasync() 2513 pgrp = get_pid(tty->pgrp); in tty_get_pgrp() 2610 real_tty->pgrp = get_pid(pgrp); in tiocspgrp()
|
D | n_r3964.c | 797 pClient->pid = get_pid(pid); in enable_signals()
|
/linux-4.4.14/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.4.14/fs/proc/ |
D | array.c | 620 pid = get_pid(task_pid(task)); in get_children_pid() 642 pid = get_pid(task_pid(task)); in get_children_pid()
|
/linux-4.4.14/drivers/misc/cxl/ |
D | api.c | 179 get_pid(ctx->pid); in cxl_start_context()
|
D | file.c | 202 ctx->pid = get_pid(get_task_pid(current, PIDTYPE_PID)); in afu_ioctl_start_work()
|
/linux-4.4.14/kernel/time/ |
D | posix-timers.c | 639 new_timer->it_pid = get_pid(good_sigevent(&event)); in SYSCALL_DEFINE3() 650 new_timer->it_pid = get_pid(task_tgid(current)); in SYSCALL_DEFINE3()
|
/linux-4.4.14/net/unix/ |
D | af_unix.c | 589 sk->sk_peer_pid = get_pid(task_tgid(current)); in init_peercred() 598 sk->sk_peer_pid = get_pid(peersk->sk_peer_pid); in copy_peercred() 1572 UNIXCB(skb).pid = get_pid(scm->pid); in unix_scm_to_skb() 1603 UNIXCB(skb).pid = get_pid(task_tgid(current)); in maybe_add_creds() 1620 scm->pid = get_pid(task_tgid(current)); in maybe_init_creds()
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_fops.c | 214 priv->pid = get_pid(task_pid(current)); in drm_open_helper()
|
/linux-4.4.14/drivers/s390/char/ |
D | fs3270.c | 465 fp->fs_pid = get_pid(task_pid(current)); in fs3270_open()
|
/linux-4.4.14/fs/ |
D | fcntl.c | 89 filp->f_owner.pid = get_pid(pid); in f_modown()
|
D | locks.c | 689 fl->fl_nspid = get_pid(task_tgid(current)); in locks_insert_lock_ctx()
|
/linux-4.4.14/drivers/usb/core/ |
D | devio.c | 509 pid = get_pid(as->pid); in async_completed() 915 ps->disc_pid = get_pid(task_pid(current)); in usbdev_open() 1554 as->pid = get_pid(task_pid(current)); in proc_do_submiturb()
|
/linux-4.4.14/arch/x86/kvm/ |
D | i8254.c | 704 pid = get_pid(task_tgid(current)); in kvm_create_pit()
|
/linux-4.4.14/fs/gfs2/ |
D | glock.c | 759 gh->gh_owner_pid = get_pid(task_pid(current)); in gfs2_holder_init() 784 gh->gh_owner_pid = get_pid(task_pid(current)); in gfs2_holder_reinit()
|
/linux-4.4.14/drivers/staging/rdma/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.4.14/sound/core/ |
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()
|
D | control.c | 84 ctl->pid = get_pid(task_pid(current)); in snd_ctl_open()
|
/linux-4.4.14/ipc/ |
D | mqueue.c | 1305 info->notify_owner = get_pid(task_tgid(current)); in SYSCALL_DEFINE2()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_gem.c | 1390 req->pid = get_pid(task_pid(current)); in i915_gem_request_add_to_client()
|