Searched refs:SEND_SIG_FORCED (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/include/trace/events/
H A Dsignal.h14 info == SEND_SIG_FORCED) { \
/linux-4.1.27/kernel/
H A Dpid_namespace.c223 send_sig_info(SIGKILL, SEND_SIG_FORCED, task); zap_pid_ns_processes()
H A Dptrace.c356 send_sig_info(SIGSTOP, SEND_SIG_FORCED, task); ptrace_attach()
518 send_sig_info(SIGKILL, SEND_SIG_FORCED, p); exit_ptrace()
H A Dsignal.c731 return info <= SEND_SIG_FORCED; is_si_special()
1035 from_ancestor_ns || (info == SEND_SIG_FORCED))) __send_signal()
1053 if (info == SEND_SIG_FORCED) __send_signal()
/linux-4.1.27/mm/
H A Doom_kill.c602 do_send_sig_info(SIGKILL, SEND_SIG_FORCED, p, true); for_each_process()
606 do_send_sig_info(SIGKILL, SEND_SIG_FORCED, victim, true);
/linux-4.1.27/drivers/tty/
H A Dsysrq.c337 do_send_sig_info(sig, SEND_SIG_FORCED, p, true); for_each_process()
/linux-4.1.27/arch/x86/kernel/
H A Duprobes.c991 force_sig_info(SIGSEGV, SEND_SIG_FORCED, current); arch_uretprobe_hijack_return_addr()
/linux-4.1.27/kernel/events/
H A Duprobes.c1914 force_sig_info(SIGILL, SEND_SIG_FORCED, current); handle_singlestep()
/linux-4.1.27/drivers/usb/gadget/function/
H A Df_mass_storage.c423 send_sig_info(SIGUSR1, SEND_SIG_FORCED, raise_exception()
/linux-4.1.27/include/linux/
H A Dsched.h2432 #define SEND_SIG_FORCED ((struct siginfo *) 2) macro

Completed in 662 milliseconds