• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/

Lines Matching defs:signals

6  *  1997-11-02  Modified for POSIX.1b signals by Richard Henderson
10 * to allow signals to be sent reliably.
77 * Blocked signals are never ignored, since the
88 * Tracers may want to know about even ignored signals.
95 * signals, globally pending signals, and blocked signals.
176 * synchronous signals that need to be dequeued first.
288 * Flush all pending signals for a task.
379 /* Notify the system that a driver wants to block all signals for this
380 * process, and wants to be notified if any signals at all were to be
480 /* We only dequeue private signals from ourselves, we don't let
577 * Remove signals in mask from the pending set and queue.
578 * Returns 1 if any signals were found.
582 * This version takes a sigset mask and looks at all signals,
604 * Remove signals in mask from the pending set and queue.
605 * Returns 1 if any signals were found.
685 * Handle magic process-wide effects of stop/continue signals. Unlike
689 * signals. The process stop is done as a signal action for SIG_DFL.
715 * Remove all stop signals from all queues,
785 * have pending signals. Such threads will dequeue from the shared queue
818 * It will dequeue unblocked signals before it runs again.
878 static inline int legacy_queue(struct sigpending *signals, int sig)
880 return (sig < SIGRTMIN) && sigismember(&signals->signal, sig);
899 * Short-circuit ignored signals and support queuing
906 * fast-pathed signals for kernel-internal things like SIGSTOP
912 /* Real-time signals must be queued if sent by sigqueue, or
1020 __setup("print-fatal-signals=", setup_print_fatal_signals);
1362 * These functions support sending signals using preallocated sigqueue
1696 * Queued signals ignored us while we were stopped for tracing.
1722 * This performs the stopping for SIGSTOP and other stop signals.
1904 /* Trace actually delivered signals. */
1926 * Global init gets no signals it doesn't want.
1927 * Container-init gets no signals it doesn't want from same
1942 * the thread group. The job control signals
1953 /* signals can be posted during this window */
1995 * Death signals, no core dump.
2016 * From now this task is not visible for group-wide signals,
2080 * (or permanently) block certain signals.
2083 * interface happily blocks "unblockable" signals like SIGKILL
2269 * Invert the set of allowed signals to get those we
2421 /* Not even root can pretend to send signals from the kernel.
2437 /* Not even root can pretend to send signals from the kernel.
2755 * kdb_send_sig_info - Allows kdb to send signals without exposing