Lines Matching full:signals
46 /* enable signals if sig isn't IRQ signal */ in sig_handler_common()
56 * These are the asynchronous signals. SIGPROF is excluded because we want to
94 * Note we won't get here if signals are hard-blocked in sig_handler()
249 * This must return with signals disabled, so this barrier in block_signals()
276 * Save and reset save_pending after enabling signals. This in unblock_signals()
291 * We have pending interrupts, so disable signals, as the in unblock_signals()
296 * pending signals will mess up the tracing state. in unblock_signals()
322 /* Re-enable signals and trace that we're doing so. */ in unblock_signals()
386 panic("unblocking signals while not blocked"); in unblock_signals_hard()
403 * pending signals, we can get out of the inner call with the real in unblock_signals_hard()
415 /* signals are enabled so we can touch this */ in unblock_signals_hard()