Searched refs:SEND_SIG_FORCED (Results 1 - 10 of 10) sorted by relevance
/linux-4.1.27/include/trace/events/ |
H A D | signal.h | 14 info == SEND_SIG_FORCED) { \
|
/linux-4.1.27/kernel/ |
H A D | pid_namespace.c | 223 send_sig_info(SIGKILL, SEND_SIG_FORCED, task); zap_pid_ns_processes()
|
H A D | ptrace.c | 356 send_sig_info(SIGSTOP, SEND_SIG_FORCED, task); ptrace_attach() 518 send_sig_info(SIGKILL, SEND_SIG_FORCED, p); exit_ptrace()
|
H A D | signal.c | 731 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 D | oom_kill.c | 602 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 D | sysrq.c | 337 do_send_sig_info(sig, SEND_SIG_FORCED, p, true); for_each_process()
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | uprobes.c | 991 force_sig_info(SIGSEGV, SEND_SIG_FORCED, current); arch_uretprobe_hijack_return_addr()
|
/linux-4.1.27/kernel/events/ |
H A D | uprobes.c | 1914 force_sig_info(SIGILL, SEND_SIG_FORCED, current); handle_singlestep()
|
/linux-4.1.27/drivers/usb/gadget/function/ |
H A D | f_mass_storage.c | 423 send_sig_info(SIGUSR1, SEND_SIG_FORCED, raise_exception()
|
/linux-4.1.27/include/linux/ |
H A D | sched.h | 2432 #define SEND_SIG_FORCED ((struct siginfo *) 2) macro
|
Completed in 662 milliseconds