Home
last modified time | relevance | path

Searched refs:SIG_DFL (Results 1 – 20 of 20) sorted by relevance

/linux-4.1.27/arch/um/os-Linux/
Dutil.c103 signal(SIGINT, SIG_DFL); in os_fix_helper_signals()
104 signal(SIGTERM, SIG_DFL); in os_fix_helper_signals()
111 signal(SIGSEGV, SIG_DFL); in os_dump_core()
/linux-4.1.27/include/uapi/asm-generic/
Dsignal-defs.h23 #define SIG_DFL ((__force __sighandler_t)0) /* default signal handling */ macro
/linux-4.1.27/arch/parisc/include/uapi/asm/
Dsignal.h76 #define SIG_DFL ((__sighandler_t)0) /* default signal handling */ macro
/linux-4.1.27/include/linux/
Dsignal.h435 (((t)->sighand->action[(signr)-1].sa.sa_handler != SIG_DFL) && \
440 (t)->sighand->action[(signr)-1].sa.sa_handler == SIG_DFL)
Dinit_task.h66 .action = { { { .sa_handler = SIG_DFL, } }, }, \
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/
Dlib.c131 signal(SIGTERM, SIG_DFL); in eat_cpu_child()
/linux-4.1.27/kernel/
Dsignal.c65 (handler == SIG_DFL && sig_kernel_ignore(sig)); in sig_handler_ignored()
75 handler == SIG_DFL && !force) in sig_task_ignored()
490 ka->sa.sa_handler = SIG_DFL; in flush_signal_handlers()
505 if (handler != SIG_IGN && handler != SIG_DFL) in unhandled_signal()
1222 action->sa.sa_handler = SIG_DFL; in force_sig_info()
1228 if (action->sa.sa_handler == SIG_DFL) in force_sig_info()
1503 p->sighand->action[sig - 1].sa.sa_handler = SIG_DFL; in force_sigsegv()
2269 if (ka->sa.sa_handler != SIG_DFL) { in get_signal()
2274 ka->sa.sa_handler = SIG_DFL; in get_signal()
Dkmod.c276 kernel_sigaction(SIGCHLD, SIG_DFL); in wait_for_helper()
/linux-4.1.27/arch/tile/kernel/
Dsignal.c376 if (handler != SIG_IGN && handler != SIG_DFL) in trace_unhandled_signal()
/linux-4.1.27/tools/testing/selftests/x86/
Dsigreturn.c137 sa.sa_handler = SIG_DFL; in clearhandler()
/linux-4.1.27/fs/ncpfs/
Dsock.c768 if (current->sighand->action[SIGINT - 1].sa.sa_handler == SIG_DFL) in ncp_do_request()
770 if (current->sighand->action[SIGQUIT - 1].sa.sa_handler == SIG_DFL) in ncp_do_request()
/linux-4.1.27/arch/um/os-Linux/skas/
Dprocess.c187 signal(SIGTERM, SIG_DFL); in userspace_tramp()
/linux-4.1.27/arch/ia64/kernel/
Dsignal.c302 current->sighand->action[sig - 1].sa.sa_handler = SIG_DFL; in force_sigsegv_info()
/linux-4.1.27/fs/proc/
Darray.c244 else if (k->sa.sa_handler != SIG_DFL) in collect_sigign_sigcatch()
/linux-4.1.27/tools/perf/
Dbuiltin-record.c132 signal(signr, SIG_DFL); in record__sig_exit()
Dbuiltin-top.c466 signal(SIGWINCH, SIG_DFL); in perf_top__handle_keypress()
Dbuiltin-stat.c1502 signal(signr, SIG_DFL); in sig_atexit()
/linux-4.1.27/tools/firewire/
Dnosy-dump.c142 signal(SIGINT, SIG_DFL); in sigint_handler()
/linux-4.1.27/tools/vm/
Dpage-types.c958 signal(SIGBUS, SIG_DFL); in walk_page_cache()
/linux-4.1.27/tools/perf/util/
Devlist.c1345 signal(SIGTERM, SIG_DFL); in perf_evlist__prepare_workload()