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

/linux-4.4.14/include/uapi/asm-generic/
H A Dsignal-defs.h23 #define SIG_DFL ((__force __sighandler_t)0) /* default signal handling */ macro
/linux-4.4.14/arch/um/os-Linux/
H A Dutil.c103 signal(SIGINT, SIG_DFL); os_fix_helper_signals()
104 signal(SIGTERM, SIG_DFL); os_fix_helper_signals()
111 signal(SIGSEGV, SIG_DFL); os_dump_core()
/linux-4.4.14/include/linux/
H A Dsignal.h327 * The possible effects an unblocked signal set to SIG_DFL can have are:
337 * Other signals when not blocked and set to SIG_DFL behaves as follows.
434 (((t)->sighand->action[(signr)-1].sa.sa_handler != SIG_DFL) && \
439 (t)->sighand->action[(signr)-1].sa.sa_handler == SIG_DFL)
H A Dinit_task.h67 .action = { { { .sa_handler = SIG_DFL, } }, }, \
/linux-4.4.14/arch/parisc/include/uapi/asm/
H A Dsignal.h76 #define SIG_DFL ((__sighandler_t)0) /* default signal handling */ macro
/linux-4.4.14/include/trace/events/
H A Dsignal.h90 * SIG_DFL.
/linux-4.4.14/arch/sparc/include/uapi/asm/
H A Dsignal.h125 #define _SV_RESET 4u /* Set handler to SIG_DFL upon taken signal */
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/
H A Dlib.c131 signal(SIGTERM, SIG_DFL); eat_cpu_child()
/linux-4.4.14/tools/perf/scripts/python/
H A Dcompaction-times.py12 signal.signal(signal.SIGPIPE, signal.SIG_DFL)
/linux-4.4.14/tools/testing/selftests/x86/
H A Dentry_from_vm86.c47 sa.sa_handler = SIG_DFL; clearhandler()
H A Dptrace_syscall.c110 sa.sa_handler = SIG_DFL; clearhandler()
H A Dsigreturn.c137 sa.sa_handler = SIG_DFL; clearhandler()
/linux-4.4.14/kernel/
H A Dsignal.c65 (handler == SIG_DFL && sig_kernel_ignore(sig)); sig_handler_ignored()
75 handler == SIG_DFL && !force) sig_task_ignored()
485 ka->sa.sa_handler = SIG_DFL; flush_signal_handlers()
500 if (handler != SIG_IGN && handler != SIG_DFL) unhandled_signal()
779 * signals. The process stop is done as a signal action for SIG_DFL.
1150 * we unblock the signal and change any SIG_IGN to SIG_DFL.
1152 * Note: If we unblock the signal, we always reset it to SIG_DFL,
1171 action->sa.sa_handler = SIG_DFL; force_sig_info()
1177 if (action->sa.sa_handler == SIG_DFL) force_sig_info()
1452 p->sighand->action[sig - 1].sa.sa_handler = SIG_DFL; force_sigsegv()
2218 if (ka->sa.sa_handler != SIG_DFL) { get_signal()
2223 ka->sa.sa_handler = SIG_DFL; get_signal()
3072 * "Setting a signal action to SIG_DFL for a signal that is do_sigaction()
H A Dkmod.c274 kernel_sigaction(SIGCHLD, SIG_DFL); call_usermodehelper_exec_sync()
/linux-4.4.14/fs/ncpfs/
H A Dsock.c768 if (current->sighand->action[SIGINT - 1].sa.sa_handler == SIG_DFL) ncp_do_request()
770 if (current->sighand->action[SIGQUIT - 1].sa.sa_handler == SIG_DFL) ncp_do_request()
/linux-4.4.14/arch/tile/kernel/
H A Dsignal.c376 if (handler != SIG_IGN && handler != SIG_DFL) trace_unhandled_signal()
/linux-4.4.14/arch/um/os-Linux/skas/
H A Dprocess.c192 signal(SIGTERM, SIG_DFL); userspace_tramp()
/linux-4.4.14/fs/proc/
H A Darray.c252 else if (k->sa.sa_handler != SIG_DFL) collect_sigign_sigcatch()
/linux-4.4.14/arch/ia64/kernel/
H A Dsignal.c302 current->sighand->action[sig - 1].sa.sa_handler = SIG_DFL; force_sigsegv_info()
/linux-4.4.14/tools/firewire/
H A Dnosy-dump.c142 signal(SIGINT, SIG_DFL); sigint_handler()
/linux-4.4.14/tools/vm/
H A Dpage-types.c960 signal(SIGBUS, SIG_DFL); walk_page_cache()
/linux-4.4.14/tools/perf/
H A Dbuiltin-record.c141 signal(signr, SIG_DFL); record__sig_exit()
H A Dbuiltin-stat.c922 signal(signr, SIG_DFL); sig_atexit()
H A Dbuiltin-top.c472 signal(SIGWINCH, SIG_DFL); perf_top__handle_keypress()
/linux-4.4.14/tools/perf/util/
H A Devlist.c1530 signal(SIGTERM, SIG_DFL); perf_evlist__prepare_workload()

Completed in 2795 milliseconds