Searched refs:find_vpid (Results 1 – 15 of 15) sorted by relevance
/linux-6.1.9/block/ ! |
D | ioprio.c | 95 pgrp = find_vpid(who); in SYSCALL_DEFINE3() 232 pgrp = find_vpid(who); in SYSCALL_DEFINE2()
|
/linux-6.1.9/drivers/staging/rtl8723bs/include/ ! |
D | osdep_service_linux.h | 101 #define rtw_signal_process(pid, sig) kill_pid(find_vpid((pid)), (sig), 1)
|
/linux-6.1.9/kernel/ ! |
D | pid.c | 315 struct pid *find_vpid(int nr) in find_vpid() function 319 EXPORT_SYMBOL_GPL(find_vpid); 465 pid = get_pid(find_vpid(nr)); in find_get_pid()
|
D | sys.c | 242 pgrp = find_vpid(who); in SYSCALL_DEFINE3() 308 pgrp = find_vpid(who); in SYSCALL_DEFINE2() 1105 pgrp = find_vpid(pgid); in SYSCALL_DEFINE2()
|
D | signal.c | 1495 error = kill_pid_info(sig, info, find_vpid(pid)); in kill_proc_info() 1601 pid ? find_vpid(-pid) : task_pgrp(current)); in kill_something_info()
|
/linux-6.1.9/drivers/staging/r8188eu/include/ ! |
D | osdep_service.h | 111 #define rtw_signal_process(pid, sig) kill_pid(find_vpid((pid)),(sig), 1)
|
/linux-6.1.9/include/linux/ ! |
D | pid.h | 128 extern struct pid *find_vpid(int nr);
|
/linux-6.1.9/drivers/staging/rtl8712/ ! |
D | rtl8712_cmd.c | 64 kill_pid(find_vpid(padapter->pid), SIGUSR1, 1); in check_hw_pbc()
|
/linux-6.1.9/drivers/misc/bcm-vk/ ! |
D | bcm_vk_tty.c | 331 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.1.9/fs/ ! |
D | fcntl.c | 132 pid = find_vpid(who); in f_setown() 196 pid = find_vpid(owner.pid); in f_setown_ex()
|
/linux-6.1.9/drivers/tty/ ! |
D | tty_jobctrl.c | 512 pgrp = find_vpid(pgrp_nr); in tiocspgrp()
|
/linux-6.1.9/kernel/time/ ! |
D | posix-cpu-timers.c | 73 pid = find_vpid(upid); in pid_for_clock()
|
D | posix-timers.c | 438 pid = find_vpid(event->sigev_notify_thread_id); in good_sigevent()
|
/linux-6.1.9/kernel/bpf/ ! |
D | syscall.c | 4407 task = get_pid_task(find_vpid(pid), PIDTYPE_PID); in bpf_task_fd_query()
|