Searched refs:find_vpid (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/block/ |
| H A D | ioprio.c | 92 pgrp = find_vpid(who); in SYSCALL_DEFINE3() 203 pgrp = find_vpid(who); in SYSCALL_DEFINE2()
|
| /linux-6.15/drivers/staging/rtl8723bs/include/ |
| H A D | osdep_service_linux.h | 99 #define rtw_signal_process(pid, sig) kill_pid(find_vpid((pid)), (sig), 1)
|
| /linux-6.15/kernel/ |
| H A D | pid.c | 322 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 D | sys.c | 260 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 D | signal.c | 1480 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 D | pid.h | 121 extern struct pid *find_vpid(int nr);
|
| /linux-6.15/drivers/misc/bcm-vk/ |
| H A D | bcm_vk_tty.c | 330 kill_pid(find_vpid(vktty->pid), SIGKILL, 1); in bcm_vk_tty_terminate_tty_user()
|
| H A D | bcm_vk_dev.c | 525 kill_pid(find_vpid(ctx->pid), SIGKILL, 1); in bcm_vk_blk_drv_access()
|
| /linux-6.15/drivers/tty/ |
| H A D | tty_jobctrl.c | 517 pgrp = find_vpid(pgrp_nr); in tiocspgrp()
|
| /linux-6.15/fs/ |
| H A D | fcntl.c | 177 pid = find_vpid(who); in f_setown() 250 pid = find_vpid(owner.pid); in f_setown_ex()
|
| /linux-6.15/kernel/time/ |
| H A D | posix-cpu-timers.c | 73 pid = find_vpid(upid); in pid_for_clock()
|
| H A D | posix-timers.c | 414 pid = find_vpid(event->sigev_notify_thread_id); in good_sigevent()
|
| /linux-6.15/kernel/trace/ |
| H A D | bpf_trace.c | 3420 task = get_pid_task(find_vpid(pid), PIDTYPE_TGID); in bpf_uprobe_multi_link_attach()
|
| /linux-6.15/kernel/bpf/ |
| H A D | syscall.c | 5245 task = get_pid_task(find_vpid(pid), PIDTYPE_PID); in bpf_task_fd_query()
|