Searched refs:kill_pid_info (Results 1 - 4 of 4) sorted by relevance

/linux-master/kernel/time/
H A Ditimer.c163 kill_pid_info(SIGALRM, SEND_SIG_PRIV, leader_pid);
/linux-master/arch/powerpc/platforms/book3s/
H A Dvas-api.c237 rc = kill_pid_info(SIGSEGV, &info, pid);
/linux-master/include/linux/sched/
H A Dsignal.h330 extern int kill_pid_info(int sig, struct kernel_siginfo *info, struct pid *pid);
/linux-master/kernel/
H A Dsignal.c1505 int kill_pid_info(int sig, struct kernel_siginfo *info, struct pid *pid) function
1514 error = kill_pid_info(sig, info, find_vpid(pid));
1925 return kill_pid_info(sig, __si_special(priv), pid);

Completed in 103 milliseconds