Searched refs:signal (Results 251 - 275 of 1668) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/arm/include/uapi/asm/
H A Dsignal.h63 * SA_THIRTYTWO historically meant deliver the signal in 32-bit mode, even if
73 #include <asm-generic/signal-defs.h>
/linux-master/include/uapi/asm-generic/
H A Dsignal.h68 #include <asm-generic/signal-defs.h>
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsignal_pending.c34 ASSERT_OK(err, "test-run-signal-sigaction");
37 ASSERT_OK(err, "test-run-signal-timer");
41 "test-run-signal-duration");
43 signal(SIGALRM, SIG_DFL);
/linux-master/tools/testing/selftests/powerpc/pmu/sampling_tests/
H A Dmmcr2_fcs_fch_test.c6 #include <signal.h>
/linux-master/tools/testing/selftests/powerpc/mce/
H A Dinject-ra-err.c5 #include <signal.h>
/linux-master/tools/testing/selftests/x86/
H A Dcorrupt_xstate_header.c3 * Corrupt the XSTATE header in a signal frame
14 #include <signal.h>
82 printf("[RUN]\tSend ourselves a signal\n");
85 printf("[OK]\tBack from the signal. Now schedule.\n");
/linux-master/arch/powerpc/include/uapi/asm/
H A Dsignal.h73 #include <asm-generic/signal-defs.h>
101 * disable certain debugging things that can be done from signal
103 * SA_SIGINFO signal so the ucontext can be passed to it. It takes an
105 * perform before returning from the signal.
/linux-master/drivers/gpu/drm/amd/display/include/
H A Dbios_parser_types.h38 AS_SIGNAL_TYPE_NONE = 0L, /* no signal */
115 enum signal_type signal; member in struct:bp_encoder_control
127 enum signal_type signal; member in struct:bp_external_encoder_control
139 enum signal_type signal; member in struct:bp_crtc_source_select
152 enum signal_type signal; member in struct:bp_transmitter_control
/linux-master/tools/bpf/bpftool/
H A Dmap_perf_ring.c11 #include <signal.h>
197 signal(SIGINT, int_exit);
198 signal(SIGHUP, int_exit);
199 signal(SIGTERM, int_exit);
/linux-master/tools/testing/selftests/arm64/signal/testcases/
H A Dfake_sigreturn_sve_change_vl.c5 * Attempt to change the SVE vector length in a signal hander, this is not
10 #include <signal.h>
58 /* Get a signal context with a SVE frame in it */
H A Dfake_sigreturn_sme_change_vl.c5 * Attempt to change the streaming SVE vector length in a signal
9 #include <signal.h>
56 /* Get a signal context with a SME ZA frame in it */
H A Dfake_sigreturn_bad_size.c10 #include <signal.h>
H A Dtpidr2_siginfo.c5 * Verify that the TPIDR2 register context in signal frames is set up as
9 #include <signal.h>
68 * the time that the signal was triggered. TPIDR2 is owned by
72 * the signal.
/linux-master/arch/microblaze/kernel/
H A DMakefile20 reset.o setup.o signal.o sys_microblaze.o timer.o traps.o unwind.o
/linux-master/kernel/sched/
H A Dautogroup.c38 init_task->signal->autogroup = &autogroup_default;
79 ag = autogroup_kref_get(p->signal->autogroup);
135 * value of signal->autogroup but in this case sched_move_task() will
151 * see this thread after that: we can no longer use signal->autogroup.
167 prev = p->signal->autogroup;
173 p->signal->autogroup = autogroup_kref_get(ag);
175 * We can't avoid sched_move_task() after we changed signal->autogroup,
/linux-master/arch/csky/kernel/
H A DMakefile4 obj-y += head.o entry.o atomic.o signal.o traps.o irq.o time.o vdso.o vdso/
/linux-master/arch/xtensa/kernel/
H A DMakefile9 ptrace.o setup.o signal.o stacktrace.o syscall.o time.o traps.o \
/linux-master/arch/sparc/include/asm/
H A Dprocessor_32.h13 #include <asm/signal.h>
/linux-master/tools/verification/rv/src/
H A Dtrace.c10 #include <signal.h>
/linux-master/drivers/gpu/drm/i915/
H A Di915_user_extensions.c8 #include <linux/sched/signal.h>
/linux-master/tools/testing/selftests/powerpc/security/
H A Dflush_utils.c12 #include <signal.h>
/linux-master/tools/testing/selftests/arm64/signal/
H A Dtest_signals.h7 #include <signal.h>
65 /* signum used as a test trigger. Zero if no trigger-signal is used */
69 * Zero when no signal is expected on success
/linux-master/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dlink_encoder.h114 enum signal_type signal);
118 enum signal_type signal,
130 enum signal_type signal);
244 enum signal_type signal);
/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb_vs_cpu_event_test.c6 #include <signal.h>
H A Dcpu_event_vs_ebb_test.c6 #include <signal.h>

Completed in 187 milliseconds

<<11121314151617181920>>