Searched refs:send_sig (Results 1 - 25 of 46) sorted by relevance

12

/linux-master/fs/jffs2/
H A Dbackground.c31 send_sig(SIGHUP, c->gc_task, 1);
67 send_sig(SIGKILL, c->gc_task, 1);
/linux-master/arch/m68k/mm/
H A Dfault.c199 goto send_sig;
214 send_sig:
/linux-master/arch/arm/nwfpe/
H A Dfpmodule.c42 #define fp_send_sig send_sig
/linux-master/arch/csky/kernel/
H A Dtraps.c180 send_sig(SIGTRAP, current, 0);
202 send_sig(SIGTRAP, current, 0);
/linux-master/include/linux/
H A Dptrace.h7 #include <linux/sched/signal.h> /* For send_sig(), same_thread_group(), etc. */
155 send_sig(SIGTRAP, current, 0);
424 send_sig(signr, current, 1);
/linux-master/net/core/
H A Dstream.c191 send_sig(SIGPIPE, current, 0);
/linux-master/arch/s390/mm/
H A Dfault.c511 send_sig(SIGSEGV, current, 0);
542 send_sig(SIGSEGV, current, 0);
569 send_sig(SIGSEGV, current, 0);
594 send_sig(SIGSEGV, current, 0);
/linux-master/drivers/target/iscsi/
H A Discsi_target_erl0.c837 send_sig(SIGINT, conn->tx_thread, 1);
839 send_sig(SIGINT, conn->rx_thread, 1);
865 send_sig(SIGINT, conn->tx_thread, 1);
867 send_sig(SIGINT, conn->rx_thread, 1);
H A Discsi_target_nego.c367 send_sig(SIGINT, conn->rx_thread, 1);
372 send_sig(SIGINT, conn->tx_thread, 1);
H A Discsi_target.c417 send_sig(SIGINT, np->np_thread, 1);
455 send_sig(SIGINT, np->np_thread, 1);
4303 send_sig(SIGINT, conn->tx_thread, 1);
4309 send_sig(SIGINT, conn->rx_thread, 1);
/linux-master/fs/
H A Dsplice.c211 send_sig(SIGPIPE, current, 0);
254 send_sig(SIGPIPE, current, 0);
1268 send_sig(SIGPIPE, current, 0);
1717 send_sig(SIGPIPE, current, 0);
1776 send_sig(SIGPIPE, current, 0);
1900 send_sig(SIGPIPE, current, 0);
H A Dattr.c270 send_sig(SIGXFSZ, current, 0);
H A Dpipe.c458 send_sig(SIGPIPE, current, 0);
499 send_sig(SIGPIPE, current, 0);
H A Dbinfmt_flat.c331 send_sig(SIGSEGV, current, 0);
/linux-master/arch/x86/kernel/
H A Duprobes.c992 send_sig(SIGTRAP, current, 0);
1061 send_sig(SIGTRAP, current, 0);
H A Dvm86_32.c744 send_sig(vm86_irqs[intno].sig, vm86_irqs[intno].tsk, 1);
/linux-master/arch/x86/math-emu/
H A Dfpu_entry.c234 send_sig(SIGFPE, current, 1);
627 send_sig(signal, current, 1);
/linux-master/kernel/
H A Dpid_namespace.c334 send_sig(SIGKILL, pid_ns->child_reaper, 1);
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_events.c1132 send_sig(SIGSEGV, p->lead_thread, 0);
1141 send_sig(SIGTERM, p->lead_thread, 0);
1332 send_sig(SIGBUS, p->lead_thread, 0);
/linux-master/arch/m68k/kernel/
H A Dentry.S281 jbsr send_sig
H A Dsignal.c1084 send_sig(SIGTRAP, current, 1);
/linux-master/net/atm/
H A Dcommon.c590 send_sig(SIGPIPE, current, 0);
619 send_sig(SIGPIPE, current, 0);
/linux-master/fs/zonefs/
H A Dfile.c398 send_sig(SIGXFSZ, current, 0);
/linux-master/include/linux/sched/
H A Dsignal.h340 extern int send_sig(int, struct task_struct *, int);
/linux-master/arch/arm/kernel/
H A Dtraps.c549 send_sig(SIGSEGV, current, 1);

Completed in 248 milliseconds

12