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

/linux-master/block/
H A Dioprio.c96 pgrp = find_vpid(who);
207 pgrp = find_vpid(who);
/linux-master/drivers/staging/rtl8723bs/include/
H A Dosdep_service_linux.h101 #define rtw_signal_process(pid, sig) kill_pid(find_vpid((pid)), (sig), 1)
/linux-master/kernel/
H A Dpid.c324 struct pid *find_vpid(int nr) function
328 EXPORT_SYMBOL_GPL(find_vpid); variable
478 pid = get_pid(find_vpid(nr));
H A Dsys.c249 pgrp = find_vpid(who);
315 pgrp = find_vpid(who);
1123 pgrp = find_vpid(pgid);
H A Dsignal.c1514 error = kill_pid_info(sig, info, find_vpid(pid));
1620 pid ? find_vpid(-pid) : task_pgrp(current));
/linux-master/include/linux/
H A Dpid.h117 * find_vpid() finds the pid by its virtual id, i.e. in the current namespace
122 extern struct pid *find_vpid(int nr);
/linux-master/drivers/misc/bcm-vk/
H A Dbcm_vk_tty.c330 kill_pid(find_vpid(vktty->pid), SIGKILL, 1);
H A Dbcm_vk_dev.c525 kill_pid(find_vpid(ctx->pid), SIGKILL, 1);
/linux-master/drivers/staging/rtl8712/
H A Drtl8712_cmd.c64 kill_pid(find_vpid(padapter->pid), SIGUSR1, 1);
/linux-master/drivers/tty/
H A Dtty_jobctrl.c517 pgrp = find_vpid(pgrp_nr);
/linux-master/fs/
H A Dfcntl.c134 pid = find_vpid(who);
198 pid = find_vpid(owner.pid);
/linux-master/kernel/time/
H A Dposix-cpu-timers.c73 pid = find_vpid(upid);
H A Dposix-timers.c384 pid = find_vpid(event->sigev_notify_thread_id);
/linux-master/kernel/trace/
H A Dbpf_trace.c3392 task = get_pid_task(find_vpid(pid), PIDTYPE_PID);
/linux-master/kernel/bpf/
H A Dsyscall.c5076 task = get_pid_task(find_vpid(pid), PIDTYPE_PID);

Completed in 190 milliseconds