/Linux-v6.1/arch/m68k/mm/ |
D | fault.c | 193 goto send_sig; in do_page_fault() 199 goto send_sig; in do_page_fault() 206 send_sig: in do_page_fault()
|
/Linux-v6.1/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-v6.1/arch/csky/kernel/ |
D | traps.c | 179 send_sig(SIGTRAP, current, 0); in do_trap_bkpt() 201 send_sig(SIGTRAP, current, 0); in do_trap_illinsn()
|
/Linux-v6.1/include/linux/ |
D | ptrace.h | 155 send_sig(SIGTRAP, current, 0); in ptrace_event() 429 send_sig(signr, current, 1); in ptrace_report_syscall()
|
/Linux-v6.1/arch/s390/mm/ |
D | fault.c | 786 send_sig(SIGSEGV, current, 0); in do_secure_storage_access() 824 send_sig(SIGSEGV, current, 0); in do_secure_storage_access() 856 send_sig(SIGSEGV, current, 0); in do_non_secure_storage_access() 882 send_sig(SIGSEGV, current, 0); in do_secure_storage_violation()
|
/Linux-v6.1/arch/arm/nwfpe/ |
D | fpmodule.c | 42 #define fp_send_sig send_sig
|
/Linux-v6.1/drivers/target/iscsi/ |
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()
|
D | iscsi_target_nego.c | 366 send_sig(SIGINT, conn->rx_thread, 1); in iscsi_target_do_tx_login_io() 371 send_sig(SIGINT, conn->tx_thread, 1); in iscsi_target_do_tx_login_io() 551 send_sig(SIGINT, conn->login_kworker, 1); in iscsi_target_login_timeout()
|
D | iscsi_target_login.c | 676 send_sig(SIGINT, conn->tx_thread, 1); in iscsit_start_kthreads() 828 send_sig(SIGINT, np->np_thread, 1); in iscsi_handle_login_thread_timeout()
|
/Linux-v6.1/fs/ |
D | splice.c | 195 send_sig(SIGPIPE, current, 0); in splice_to_pipe() 238 send_sig(SIGPIPE, current, 0); in add_to_pipe() 986 send_sig(SIGPIPE, current, 0); in wait_for_space() 1411 send_sig(SIGPIPE, current, 0); in opipe_prep() 1470 send_sig(SIGPIPE, current, 0); in splice_pipe_to_pipe() 1594 send_sig(SIGPIPE, current, 0); in link_pipe()
|
D | attr.c | 208 send_sig(SIGXFSZ, current, 0); in inode_newsize_ok()
|
D | pipe.c | 434 send_sig(SIGPIPE, current, 0); in pipe_write() 482 send_sig(SIGPIPE, current, 0); in pipe_write()
|
D | binfmt_flat.c | 331 send_sig(SIGSEGV, current, 0); in calc_reloc()
|
/Linux-v6.1/net/core/ |
D | stream.c | 189 send_sig(SIGPIPE, current, 0); in sk_stream_error()
|
/Linux-v6.1/arch/x86/math-emu/ |
D | fpu_entry.c | 233 send_sig(SIGFPE, current, 1); in math_emulate() 626 send_sig(signal, current, 1); in math_abort()
|
/Linux-v6.1/arch/x86/kernel/ |
D | uprobes.c | 990 send_sig(SIGTRAP, current, 0); in arch_uprobe_post_xol() 1059 send_sig(SIGTRAP, current, 0); in arch_uprobe_skip_sstep()
|
D | vm86_32.c | 744 send_sig(vm86_irqs[intno].sig, vm86_irqs[intno].tsk, 1); in irq_handler()
|
/Linux-v6.1/drivers/gpu/drm/ |
D | drm_lock.c | 197 send_sig(SIGTERM, current, 0); in drm_legacy_lock()
|
/Linux-v6.1/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_events.c | 1110 send_sig(SIGSEGV, p->lead_thread, 0); in lookup_events_by_type_and_signal() 1119 send_sig(SIGTERM, p->lead_thread, 0); in lookup_events_by_type_and_signal() 1380 send_sig(SIGBUS, p->lead_thread, 0); in kfd_signal_poison_consumed_event()
|
/Linux-v6.1/kernel/ |
D | pid_namespace.c | 320 send_sig(SIGKILL, pid_ns->child_reaper, 1); in reboot_pid_ns()
|
/Linux-v6.1/net/atm/ |
D | common.c | 590 send_sig(SIGPIPE, current, 0); in vcc_sendmsg() 619 send_sig(SIGPIPE, current, 0); in vcc_sendmsg()
|
/Linux-v6.1/arch/m68k/kernel/ |
D | entry.S | 278 jbsr send_sig
|
D | signal.c | 1076 send_sig(SIGTRAP, current, 1); in handle_signal()
|
/Linux-v6.1/include/linux/sched/ |
D | signal.h | 348 extern int send_sig(int, struct task_struct *, int);
|
/Linux-v6.1/arch/arm/kernel/ |
D | traps.c | 546 send_sig(SIGSEGV, current, 1); in bad_syscall()
|