/Linux-v4.19/arch/m68k/mm/ |
D | fault.c | 203 goto send_sig; in do_page_fault() 209 goto send_sig; in do_page_fault() 216 send_sig: in do_page_fault()
|
/Linux-v4.19/fs/jffs2/ |
D | background.c | 31 send_sig(SIGHUP, c->gc_task, 1); in jffs2_garbage_collect_trigger() 67 send_sig(SIGKILL, c->gc_task, 1); in jffs2_stop_garbage_collect_thread()
|
/Linux-v4.19/drivers/gpu/drm/ttm/ |
D | ttm_lock.c | 72 send_sig(lock->signal, current, 0); in __ttm_read_lock() 105 send_sig(lock->signal, current, 0); in __ttm_read_trylock() 155 send_sig(lock->signal, current, 0); in __ttm_write_lock()
|
/Linux-v4.19/include/linux/ |
D | tracehook.h | 75 send_sig(current->exit_code, current, 1); in ptrace_report_syscall()
|
D | ptrace.h | 156 send_sig(SIGTRAP, current, 0); in ptrace_event()
|
/Linux-v4.19/arch/arm/nwfpe/ |
D | fpmodule.c | 54 #define fp_send_sig send_sig
|
/Linux-v4.19/arch/unicore32/kernel/ |
D | ptrace.c | 144 send_sig(current->exit_code, current, 1); in syscall_trace()
|
/Linux-v4.19/arch/arm64/kernel/ |
D | traps.c | 241 goto send_sig; in arm64_force_sig_info() 244 goto send_sig; in arm64_force_sig_info() 255 send_sig: in arm64_force_sig_info()
|
/Linux-v4.19/drivers/target/iscsi/ |
D | iscsi_target_erl0.c | 859 send_sig(SIGINT, conn->tx_thread, 1); in iscsit_connection_reinstatement_rcfr() 861 send_sig(SIGINT, conn->rx_thread, 1); in iscsit_connection_reinstatement_rcfr() 887 send_sig(SIGINT, conn->tx_thread, 1); in iscsit_cause_connection_reinstatement() 889 send_sig(SIGINT, conn->rx_thread, 1); in iscsit_cause_connection_reinstatement()
|
D | iscsi_target_nego.c | 394 send_sig(SIGINT, conn->rx_thread, 1); in iscsi_target_do_tx_login_io() 399 send_sig(SIGINT, conn->tx_thread, 1); in iscsi_target_do_tx_login_io() 580 send_sig(SIGINT, conn->login_kworker, 1); in iscsi_target_login_timeout()
|
/Linux-v4.19/fs/ |
D | splice.c | 195 send_sig(SIGPIPE, current, 0); in splice_to_pipe() 235 send_sig(SIGPIPE, current, 0); in add_to_pipe() 1074 send_sig(SIGPIPE, current, 0); in wait_for_space() 1484 send_sig(SIGPIPE, current, 0); in opipe_prep() 1535 send_sig(SIGPIPE, current, 0); in splice_pipe_to_pipe() 1639 send_sig(SIGPIPE, current, 0); in link_pipe()
|
D | attr.c | 157 send_sig(SIGXFSZ, current, 0); in inode_newsize_ok()
|
D | pipe.c | 369 send_sig(SIGPIPE, current, 0); in pipe_write() 403 send_sig(SIGPIPE, current, 0); in pipe_write()
|
/Linux-v4.19/net/core/ |
D | stream.c | 186 send_sig(SIGPIPE, current, 0); in sk_stream_error()
|
/Linux-v4.19/drivers/misc/mic/cosm_client/ |
D | cosm_scif_client.c | 243 rc = send_sig(SIGKILL, client_thread, 0); in cosm_scif_remove()
|
/Linux-v4.19/arch/x86/math-emu/ |
D | fpu_entry.c | 236 send_sig(SIGFPE, current, 1); in math_emulate() 629 send_sig(signal, current, 1); in math_abort()
|
/Linux-v4.19/arch/m68k/kernel/ |
D | ptrace.c | 285 send_sig(current->exit_code, current, 1); in syscall_trace()
|
D | entry.S | 273 jbsr send_sig
|
/Linux-v4.19/drivers/misc/mic/cosm/ |
D | cosm_scif_server.c | 401 rc = send_sig(SIGKILL, server_thread, 0); in cosm_scif_exit()
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_lock.c | 193 send_sig(SIGTERM, current, 0); in drm_legacy_lock()
|
/Linux-v4.19/arch/x86/kernel/ |
D | uprobes.c | 997 send_sig(SIGTRAP, current, 0); in arch_uprobe_post_xol() 1064 send_sig(SIGTRAP, current, 0); in arch_uprobe_skip_sstep()
|
/Linux-v4.19/arch/nds32/kernel/ |
D | traps.c | 202 send_sig(SIGSEGV, current, 1); in bad_syscall()
|
/Linux-v4.19/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_events.c | 857 send_sig(SIGSEGV, p->lead_thread, 0); in lookup_events_by_type_and_signal() 866 send_sig(SIGTERM, p->lead_thread, 0); in lookup_events_by_type_and_signal()
|
/Linux-v4.19/net/atm/ |
D | common.c | 589 send_sig(SIGPIPE, current, 0); in vcc_sendmsg() 618 send_sig(SIGPIPE, current, 0); in vcc_sendmsg()
|
/Linux-v4.19/include/linux/sched/ |
D | signal.h | 337 extern int send_sig(int, struct task_struct *, int);
|