Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/tty/
H 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()
/openbmc/sdeventplus/src/sdeventplus/source/
H A Dchild.hpp63 pid_t get_pid() const;
H A Dchild.cpp31 pid_t Child::get_pid() const in get_pid() function in sdeventplus::source::Child
/openbmc/sdeventplus/test/source/
H A Dchild.cpp207 EXPECT_EQ(pid, child->get_pid()); in TEST_F()
215 EXPECT_THROW(child->get_pid(), SdEventError); in TEST_F()
/openbmc/linux/kernel/
H A Dpid.c445 pid = get_pid(rcu_dereference(*task_pid_ptr(task, type))); in get_task_pid()
468 pid = get_pid(find_vpid(nr)); in find_get_pid()
538 get_pid(pid); in pidfd_get_pid()
H A Dusermode_driver.c133 umd_info->tgid = get_pid(task_tgid(current)); in umd_setup()
/openbmc/linux/include/linux/
H A Dpid.h85 static inline struct pid *get_pid(struct pid *pid) in get_pid() function
/openbmc/linux/drivers/tty/vt/
H 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()
779 vc->vt_pid = get_pid(task_pid(current)); in vt_ioctl()
/openbmc/linux/drivers/gpu/host1x/
H A Dcontext.c152 free->owner = get_pid(pid); in host1x_memory_context_alloc()
/openbmc/linux/tools/mm/
H A Dpage_owner_sort.c313 static pid_t get_pid(char *buf) in get_pid() function
481 if ((filter & FILTER_PID) && !match_num_list(get_pid(buf), fc.pids, fc.pids_size)) in is_need()
513 list[list_size].pid = get_pid(buf); in add_list()
/openbmc/linux/include/net/
H A Dscm.h60 scm->pid = get_pid(pid); in scm_set_cred()
/openbmc/linux/ipc/
H A Dutil.h188 *pos = get_pid(pid); in ipc_update_pid()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_file.c163 rcu_assign_pointer(file->pid, get_pid(task_tgid(current))); in drm_file_alloc()
532 get_pid(pid); in drm_file_update_pid()
/openbmc/linux/net/bluetooth/
H 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()
/openbmc/linux/fs/proc/
H A Darray.c743 pid = get_pid(task_pid(task)); in get_children_pid()
765 pid = get_pid(task_pid(task)); in get_children_pid()
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify.c826 pid = get_pid(task_pid(current)); in fanotify_alloc_event()
828 pid = get_pid(task_tgid(current)); in fanotify_alloc_event()
/openbmc/linux/drivers/infiniband/core/
H A Dumem_odp.c194 odp_data->tgid = get_pid(root->tgid); in ib_umem_odp_alloc_child()
/openbmc/linux/kernel/time/
H A Dposix-timers.c480 new_timer->it_pid = get_pid(good_sigevent(event)); in do_timer_create()
494 new_timer->it_pid = get_pid(task_tgid(current)); in do_timer_create()
/openbmc/qemu/tests/migration/guestperf/
H A Dengine.py112 src_pid = src.get_pid()
/openbmc/linux/drivers/s390/char/
H A Dfs3270.c459 fp->fs_pid = get_pid(task_pid(current)); in fs3270_open()
/openbmc/linux/arch/x86/kvm/
H A Di8254.c680 pid = get_pid(task_tgid(current)); in kvm_create_pit()
/openbmc/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_gem_submit.c426 struct pid *pid = get_pid(task_pid(current)); in etnaviv_ioctl_gem_submit()
/openbmc/qemu/python/qemu/machine/
H A Dmachine.py279 def get_pid(self) -> Optional[int]: member in QEMUMachine
/openbmc/linux/net/unix/
H A Daf_unix.c686 sk->sk_peer_pid = get_pid(task_tgid(current)); in init_peercred()
704 sk->sk_peer_pid = get_pid(peersk->sk_peer_pid); in copy_peercred()
1806 UNIXCB(skb).pid = get_pid(scm->pid); in unix_scm_to_skb()
1839 UNIXCB(skb).pid = get_pid(task_tgid(current)); in maybe_add_creds()
/openbmc/linux/init/
H A Dmain.c1534 cad_pid = get_pid(task_pid(current)); in kernel_init_freeable()

12