Searched refs:find_vpid (Results 1 – 15 of 15) sorted by relevance
/linux-6.12.1/block/ |
D | ioprio.c | 96 pgrp = find_vpid(who); in SYSCALL_DEFINE3() 207 pgrp = find_vpid(who); in SYSCALL_DEFINE2()
|
/linux-6.12.1/drivers/staging/rtl8723bs/include/ |
D | osdep_service_linux.h | 99 #define rtw_signal_process(pid, sig) kill_pid(find_vpid((pid)), (sig), 1)
|
/linux-6.12.1/kernel/ |
D | pid.c | 324 struct pid *find_vpid(int nr) in find_vpid() function 328 EXPORT_SYMBOL_GPL(find_vpid); 478 pid = get_pid(find_vpid(nr)); in find_get_pid()
|
D | sys.c | 258 pgrp = find_vpid(who); in SYSCALL_DEFINE3() 324 pgrp = find_vpid(who); in SYSCALL_DEFINE2() 1132 pgrp = find_vpid(pgid); in SYSCALL_DEFINE2()
|
D | signal.c | 1511 error = kill_pid_info(sig, info, find_vpid(pid)); in kill_proc_info() 1617 pid ? find_vpid(-pid) : task_pgrp(current)); in kill_something_info()
|
/linux-6.12.1/include/linux/ |
D | pid.h | 122 extern struct pid *find_vpid(int nr);
|
/linux-6.12.1/drivers/staging/rtl8712/ |
D | rtl8712_cmd.c | 64 kill_pid(find_vpid(padapter->pid), SIGUSR1, 1); in check_hw_pbc()
|
/linux-6.12.1/drivers/misc/bcm-vk/ |
D | bcm_vk_tty.c | 330 kill_pid(find_vpid(vktty->pid), SIGKILL, 1); in bcm_vk_tty_terminate_tty_user()
|
D | bcm_vk_dev.c | 525 kill_pid(find_vpid(ctx->pid), SIGKILL, 1); in bcm_vk_blk_drv_access()
|
/linux-6.12.1/fs/ |
D | fcntl.c | 178 pid = find_vpid(who); in f_setown() 251 pid = find_vpid(owner.pid); in f_setown_ex()
|
/linux-6.12.1/drivers/tty/ |
D | tty_jobctrl.c | 517 pgrp = find_vpid(pgrp_nr); in tiocspgrp()
|
/linux-6.12.1/kernel/time/ |
D | posix-timers.c | 385 pid = find_vpid(event->sigev_notify_thread_id); in good_sigevent()
|
D | posix-cpu-timers.c | 73 pid = find_vpid(upid); in pid_for_clock()
|
/linux-6.12.1/kernel/trace/ |
D | bpf_trace.c | 3337 task = get_pid_task(find_vpid(pid), PIDTYPE_TGID); in bpf_uprobe_multi_link_attach()
|
/linux-6.12.1/kernel/bpf/ |
D | syscall.c | 5065 task = get_pid_task(find_vpid(pid), PIDTYPE_PID); in bpf_task_fd_query()
|