Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/include/uapi/asm-generic/
Dsignal-defs.h23 #define SIG_DFL ((__force __sighandler_t)0) /* default signal handling */ macro
/linux-4.4.14/arch/parisc/include/uapi/asm/
Dsignal.h76 #define SIG_DFL ((__sighandler_t)0) /* default signal handling */ macro
/linux-4.4.14/include/linux/
Dsignal.h434 (((t)->sighand->action[(signr)-1].sa.sa_handler != SIG_DFL) && \
439 (t)->sighand->action[(signr)-1].sa.sa_handler == SIG_DFL)
Dinit_task.h67 .action = { { { .sa_handler = SIG_DFL, } }, }, \
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/
Dlib.c131 signal(SIGTERM, SIG_DFL); in eat_cpu_child()
/linux-4.4.14/tools/testing/selftests/x86/
Dentry_from_vm86.c47 sa.sa_handler = SIG_DFL; in clearhandler()
Dptrace_syscall.c110 sa.sa_handler = SIG_DFL; in clearhandler()
Dsigreturn.c137 sa.sa_handler = SIG_DFL; in clearhandler()
/linux-4.4.14/kernel/
Dsignal.c65 (handler == SIG_DFL && sig_kernel_ignore(sig)); in sig_handler_ignored()
75 handler == SIG_DFL && !force) in sig_task_ignored()
485 ka->sa.sa_handler = SIG_DFL; in flush_signal_handlers()
500 if (handler != SIG_IGN && handler != SIG_DFL) in unhandled_signal()
1171 action->sa.sa_handler = SIG_DFL; in force_sig_info()
1177 if (action->sa.sa_handler == SIG_DFL) in force_sig_info()
1452 p->sighand->action[sig - 1].sa.sa_handler = SIG_DFL; in force_sigsegv()
2218 if (ka->sa.sa_handler != SIG_DFL) { in get_signal()
2223 ka->sa.sa_handler = SIG_DFL; in get_signal()
Dkmod.c274 kernel_sigaction(SIGCHLD, SIG_DFL); in call_usermodehelper_exec_sync()
/linux-4.4.14/arch/tile/kernel/
Dsignal.c376 if (handler != SIG_IGN && handler != SIG_DFL) in trace_unhandled_signal()
/linux-4.4.14/tools/perf/scripts/python/
Dcompaction-times.py12 signal.signal(signal.SIGPIPE, signal.SIG_DFL)
/linux-4.4.14/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.4.14/arch/um/os-Linux/skas/
Dprocess.c192 signal(SIGTERM, SIG_DFL); in userspace_tramp()
/linux-4.4.14/arch/ia64/kernel/
Dsignal.c302 current->sighand->action[sig - 1].sa.sa_handler = SIG_DFL; in force_sigsegv_info()
/linux-4.4.14/fs/proc/
Darray.c252 else if (k->sa.sa_handler != SIG_DFL) in collect_sigign_sigcatch()
/linux-4.4.14/tools/firewire/
Dnosy-dump.c142 signal(SIGINT, SIG_DFL); in sigint_handler()
/linux-4.4.14/tools/vm/
Dpage-types.c960 signal(SIGBUS, SIG_DFL); in walk_page_cache()
/linux-4.4.14/tools/perf/
Dbuiltin-record.c141 signal(signr, SIG_DFL); in record__sig_exit()
Dbuiltin-stat.c922 signal(signr, SIG_DFL); in sig_atexit()
Dbuiltin-top.c472 signal(SIGWINCH, SIG_DFL); in perf_top__handle_keypress()
/linux-4.4.14/tools/perf/util/
Devlist.c1530 signal(SIGTERM, SIG_DFL); in perf_evlist__prepare_workload()