Home
last modified time | relevance | path

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

/linux-6.15/block/
H A Dioprio.c92 pgrp = find_vpid(who); in SYSCALL_DEFINE3()
203 pgrp = find_vpid(who); in SYSCALL_DEFINE2()
/linux-6.15/drivers/staging/rtl8723bs/include/
H A Dosdep_service_linux.h99 #define rtw_signal_process(pid, sig) kill_pid(find_vpid((pid)), (sig), 1)
/linux-6.15/kernel/
H A Dpid.c322 struct pid *find_vpid(int nr) in find_vpid() function
326 EXPORT_SYMBOL_GPL(find_vpid);
486 pid = get_pid(find_vpid(nr)); in find_get_pid()
H A Dsys.c260 pgrp = find_vpid(who); in SYSCALL_DEFINE3()
326 pgrp = find_vpid(who); in SYSCALL_DEFINE2()
1135 pgrp = find_vpid(pgid); in SYSCALL_DEFINE2()
H A Dsignal.c1480 error = kill_pid_info(sig, info, find_vpid(pid)); in kill_proc_info()
1586 pid ? find_vpid(-pid) : task_pgrp(current)); in kill_something_info()
/linux-6.15/include/linux/
H A Dpid.h121 extern struct pid *find_vpid(int nr);
/linux-6.15/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()
/linux-6.15/drivers/tty/
H A Dtty_jobctrl.c517 pgrp = find_vpid(pgrp_nr); in tiocspgrp()
/linux-6.15/fs/
H A Dfcntl.c177 pid = find_vpid(who); in f_setown()
250 pid = find_vpid(owner.pid); in f_setown_ex()
/linux-6.15/kernel/time/
H A Dposix-cpu-timers.c73 pid = find_vpid(upid); in pid_for_clock()
H A Dposix-timers.c414 pid = find_vpid(event->sigev_notify_thread_id); in good_sigevent()
/linux-6.15/kernel/trace/
H A Dbpf_trace.c3420 task = get_pid_task(find_vpid(pid), PIDTYPE_TGID); in bpf_uprobe_multi_link_attach()
/linux-6.15/kernel/bpf/
H A Dsyscall.c5245 task = get_pid_task(find_vpid(pid), PIDTYPE_PID); in bpf_task_fd_query()