/linux/arch/m68k/mm/ |
H A D | fault.c | 199 goto send_sig; in do_page_fault() 214 send_sig: in do_page_fault()
|
/linux/arch/csky/kernel/ |
H A D | traps.c | 180 send_sig(SIGTRAP, current, 0); in do_trap_bkpt() 202 send_sig(SIGTRAP, current, 0); in do_trap_illinsn()
|
/linux/include/linux/ |
H A D | ptrace.h | 155 send_sig(SIGTRAP, current, 0); in ptrace_event() 424 send_sig(signr, current, 1); in ptrace_report_syscall()
|
/linux/arch/arm/nwfpe/ |
H A D | fpmodule.c | 42 #define fp_send_sig send_sig
|
/linux/drivers/target/iscsi/ |
H A D | iscsi_target_erl0.c | 837 send_sig(SIGINT, conn->tx_thread, 1); in iscsit_connection_reinstatement_rcfr() 839 send_sig(SIGINT, conn->rx_thread, 1); in iscsit_connection_reinstatement_rcfr() 865 send_sig(SIGINT, conn->tx_thread, 1); in iscsit_cause_connection_reinstatement() 867 send_sig(SIGINT, conn->rx_thread, 1); in iscsit_cause_connection_reinstatement()
|
H A D | iscsi_target_nego.c | 367 send_sig(SIGINT, conn->rx_thread, 1); in iscsi_target_do_tx_login_io() 372 send_sig(SIGINT, conn->tx_thread, 1); in iscsi_target_do_tx_login_io()
|
H A D | iscsi_target.c | 417 send_sig(SIGINT, np->np_thread, 1); in iscsit_reset_np_thread() 455 send_sig(SIGINT, np->np_thread, 1); in iscsit_del_np() 4303 send_sig(SIGINT, conn->tx_thread, 1); in iscsit_close_connection() 4309 send_sig(SIGINT, conn->rx_thread, 1); in iscsit_close_connection()
|
H A D | iscsi_target_util.c | 1056 send_sig(SIGINT, conn->login_kworker, 1); in iscsit_login_timeout()
|
/linux/fs/ |
H A D | splice.c | 211 send_sig(SIGPIPE, current, 0); in splice_to_pipe() 254 send_sig(SIGPIPE, current, 0); in add_to_pipe() 1268 send_sig(SIGPIPE, current, 0); in wait_for_space() 1699 send_sig(SIGPIPE, current, 0); in opipe_prep() 1758 send_sig(SIGPIPE, current, 0); in splice_pipe_to_pipe() 1882 send_sig(SIGPIPE, current, 0); in link_pipe()
|
H A D | attr.c | 268 send_sig(SIGXFSZ, current, 0); in inode_newsize_ok()
|
H A D | pipe.c | 458 send_sig(SIGPIPE, current, 0); in pipe_write() 499 send_sig(SIGPIPE, current, 0); in pipe_write()
|
H A D | binfmt_flat.c | 333 send_sig(SIGSEGV, current, 0); in calc_reloc()
|
/linux/net/core/ |
H A D | stream.c | 191 send_sig(SIGPIPE, current, 0); in sk_stream_error()
|
/linux/arch/x86/math-emu/ |
H A D | fpu_entry.c | 234 send_sig(SIGFPE, current, 1); in math_emulate() 627 send_sig(signal, current, 1); in math_abort()
|
/linux/arch/x86/kernel/ |
H A D | uprobes.c | 1109 send_sig(SIGTRAP, current, 0); in arch_uprobe_post_xol() 1178 send_sig(SIGTRAP, current, 0); in arch_uprobe_skip_sstep()
|
H A D | vm86_32.c | 744 send_sig(vm86_irqs[intno].sig, vm86_irqs[intno].tsk, 1); in irq_handler()
|
/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_events.c | 1133 send_sig(SIGSEGV, p->lead_thread, 0); in lookup_events_by_type_and_signal() 1142 send_sig(SIGTERM, p->lead_thread, 0); in lookup_events_by_type_and_signal() 1354 send_sig(SIGBUS, p->lead_thread, 0); in kfd_signal_poison_consumed_event()
|
/linux/kernel/ |
H A D | pid_namespace.c | 317 send_sig(SIGKILL, pid_ns->child_reaper, 1); in reboot_pid_ns()
|
/linux/net/atm/ |
H A D | common.c | 590 send_sig(SIGPIPE, current, 0); in vcc_sendmsg() 619 send_sig(SIGPIPE, current, 0); in vcc_sendmsg()
|
/linux/arch/m68k/kernel/ |
H A D | entry.S | 281 jbsr send_sig
|
H A D | signal.c | 1084 send_sig(SIGTRAP, current, 1); in handle_signal()
|
/linux/include/linux/sched/ |
H A D | signal.h | 340 extern int send_sig(int, struct task_struct *, int);
|
/linux/fs/zonefs/ |
H A D | file.c | 398 send_sig(SIGXFSZ, current, 0); in zonefs_write_check_limits()
|
/linux/arch/arm/kernel/ |
H A D | traps.c | 550 send_sig(SIGSEGV, current, 1); in bad_syscall()
|
/linux/net/caif/ |
H A D | caif_socket.c | 659 send_sig(SIGPIPE, current, 0); in caif_stream_sendmsg()
|