Home
last modified time | relevance | path

Searched refs:find_vpid (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/block/
H A Dioprio.c96 pgrp = find_vpid(who); in SYSCALL_DEFINE3()
233 pgrp = find_vpid(who); in SYSCALL_DEFINE2()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dosdep_service_linux.h101 #define rtw_signal_process(pid, sig) kill_pid(find_vpid((pid)), (sig), 1)
/openbmc/linux/kernel/
H A Dpid.c318 struct pid *find_vpid(int nr) in find_vpid() function
322 EXPORT_SYMBOL_GPL(find_vpid);
468 pid = get_pid(find_vpid(nr)); in find_get_pid()
H A Dsys.c249 pgrp = find_vpid(who); in SYSCALL_DEFINE3()
315 pgrp = find_vpid(who); in SYSCALL_DEFINE2()
1123 pgrp = find_vpid(pgid); in SYSCALL_DEFINE2()
H A Dsignal.c1513 error = kill_pid_info(sig, info, find_vpid(pid)); in kill_proc_info()
1619 pid ? find_vpid(-pid) : task_pgrp(current)); in kill_something_info()
/openbmc/linux/include/linux/
H A Dpid.h129 extern struct pid *find_vpid(int nr);
/openbmc/linux/fs/
H A Dfcntl.c127 pid = find_vpid(who); in f_setown()
191 pid = find_vpid(owner.pid); in f_setown_ex()
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl8712_cmd.c64 kill_pid(find_vpid(padapter->pid), SIGUSR1, 1); in check_hw_pbc()
/openbmc/linux/drivers/misc/bcm-vk/
H A Dbcm_vk_tty.c330 kill_pid(find_vpid(vktty->pid), SIGKILL, 1); in bcm_vk_tty_terminate_tty_user()
H A Dbcm_vk_dev.c525 kill_pid(find_vpid(ctx->pid), SIGKILL, 1); in bcm_vk_blk_drv_access()
/openbmc/linux/drivers/tty/
H A Dtty_jobctrl.c517 pgrp = find_vpid(pgrp_nr); in tiocspgrp()
/openbmc/linux/kernel/time/
H A Dposix-timers.c384 pid = find_vpid(event->sigev_notify_thread_id); in good_sigevent()
H A Dposix-cpu-timers.c73 pid = find_vpid(upid); in pid_for_clock()
/openbmc/linux/kernel/trace/
H A Dbpf_trace.c3242 task = get_pid_task(find_vpid(pid), PIDTYPE_TGID); in bpf_uprobe_multi_link_attach()
/openbmc/linux/kernel/bpf/
H A Dsyscall.c4901 task = get_pid_task(find_vpid(pid), PIDTYPE_PID); in bpf_task_fd_query()