Home
last modified time | relevance | path

Searched refs:get_pid (Results 1 – 25 of 40) sorted by relevance

12

/linux/drivers/tty/
A Dtty_jobctrl.c109 tty->ctrl.pgrp = get_pid(task_pgrp(current)); in __proc_set_tty()
110 tty->ctrl.session = get_pid(task_session(current)); in __proc_set_tty()
222 tty_pgrp = get_pid(tty->ctrl.pgrp); in tty_signal_session_leader()
225 get_pid(tty->ctrl.pgrp); in tty_signal_session_leader()
427 pgrp = get_pid(tty->ctrl.pgrp); in tty_get_pgrp()
526 real_tty->ctrl.pgrp = get_pid(pgrp); in tiocspgrp()
/linux/kernel/
A Dpid.c455 pid = get_pid(rcu_dereference(*task_pid_ptr(task, type))); in get_task_pid()
478 pid = get_pid(find_vpid(nr)); in find_get_pid()
548 get_pid(pid); in pidfd_get_pid()
A Dusermode_driver.c133 umd_info->tgid = get_pid(task_tgid(current)); in umd_setup()
/linux/drivers/gpu/host1x/
A Dcontext.c153 free->owner = get_pid(pid); in host1x_memory_context_alloc()
/linux/tools/mm/
A Dpage_owner_sort.c313 static pid_t get_pid(char *buf) in get_pid() function
452 if ((filter & FILTER_PID) && !match_num_list(get_pid(buf), fc.pids, fc.pids_size)) in is_need()
477 list[list_size].pid = get_pid(buf); in add_list()
/linux/drivers/tty/vt/
A Dvt_ioctl.c462 vt_spawn_con.pid = get_pid(task_pid(current)); in vt_k_ioctl()
619 nvc->vt_pid = get_pid(task_pid(current)); in vt_setactivate()
778 vc->vt_pid = get_pid(task_pid(current)); in vt_ioctl()
/linux/include/net/
A Dscm.h72 scm->pid = get_pid(pid); in scm_set_cred()
/linux/ipc/
A Dutil.h189 *pos = get_pid(pid); in ipc_update_pid()
/linux/include/linux/
A Dpid.h81 static inline struct pid *get_pid(struct pid *pid) in get_pid() function
/linux/drivers/gpu/drm/
A Ddrm_file.c143 rcu_assign_pointer(file->pid, get_pid(task_tgid(current))); in drm_file_alloc()
459 get_pid(pid); in drm_file_update_pid()
/linux/fs/
A Dpidfs.c403 ret = path_from_stashed(&pid->stashed, pidfs_mnt, get_pid(pid), &path); in pidfs_alloc_file()
A Dfcntl.c140 f_owner->pid = get_pid(pid); in __f_setown()
/linux/net/bluetooth/
A Daf_bluetooth.c163 sk->sk_peer_pid = get_pid(task_tgid(current)); in bt_sock_alloc()
233 sk->sk_peer_pid = get_pid(parent->sk_peer_pid); in bt_accept_enqueue()
/linux/fs/proc/
A Darray.c743 pid = get_pid(task_pid(task)); in get_children_pid()
765 pid = get_pid(task_pid(task)); in get_children_pid()
/linux/fs/notify/fanotify/
A Dfanotify.c822 pid = get_pid(task_pid(current)); in fanotify_alloc_event()
824 pid = get_pid(task_tgid(current)); in fanotify_alloc_event()
/linux/drivers/infiniband/core/
A Dumem_odp.c194 odp_data->tgid = get_pid(root->tgid); in ib_umem_odp_alloc_child()
/linux/drivers/s390/char/
A Dfs3270.c459 fp->fs_pid = get_pid(task_pid(current)); in fs3270_open()
/linux/kernel/time/
A Dposix-timers.c481 new_timer->it_pid = get_pid(good_sigevent(event)); in do_timer_create()
495 new_timer->it_pid = get_pid(task_tgid(current)); in do_timer_create()
/linux/drivers/gpu/drm/etnaviv/
A Detnaviv_gem_submit.c426 struct pid *pid = get_pid(task_pid(current)); in etnaviv_ioctl_gem_submit()
/linux/arch/x86/kvm/
A Di8254.c680 pid = get_pid(task_tgid(current)); in kvm_create_pit()
/linux/net/unix/
A Daf_unix.c751 sk->sk_peer_pid = get_pid(task_tgid(current)); in init_peercred()
775 sk->sk_peer_pid = get_pid(peersk->sk_peer_pid); in copy_peercred()
1891 UNIXCB(skb).pid = get_pid(scm->pid); in unix_scm_to_skb()
1924 UNIXCB(skb).pid = get_pid(task_tgid(current)); in maybe_add_creds()
/linux/drivers/gpu/drm/msm/
A Dmsm_gem_submit.c70 submit->pid = get_pid(task_pid(current)); in submit_create()
A Dmsm_gpu.c837 aspace->pid = get_pid(task_pid(task)); in msm_gpu_create_private_address_space()
/linux/init/
A Dmain.c1560 cad_pid = get_pid(task_pid(current)); in kernel_init_freeable()
/linux/drivers/usb/core/
A Ddevio.c637 pid = get_pid(as->pid); in async_completed()
1069 ps->disc_pid = get_pid(task_pid(current)); in usbdev_open()
1930 as->pid = get_pid(task_pid(current)); in proc_do_submiturb()

Completed in 55 milliseconds

12