Searched refs:signal (Results 76 - 100 of 1668) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/amd/display/dc/link/hwss/
H A Dlink_hwss_hpo_dp.h44 enum signal_type signal,
49 enum signal_type signal);
H A Dlink_hwss_dio.h51 enum signal_type signal,
56 enum signal_type signal);
/linux-master/include/linux/
H A Dsignal_types.h6 * Basic signal handling related data type definitions:
10 #include <uapi/linux/signal.h>
34 sigset_t signal; member in struct:sigpending
H A Dtaskstats_kern.h12 #include <linux/sched/signal.h>
H A Dsignalfd.h12 #include <linux/sched/signal.h>
17 * Deliver the signal to listening signalfd.
/linux-master/arch/powerpc/include/uapi/asm/
H A Dsigcontext.h19 int signal; member in struct:sigcontext
H A Ducontext.h10 #include <asm/signal.h>
30 /* glibc has 1024-bit signal masks, ours are 64-bit */
/linux-master/arch/mips/include/asm/
H A Dabi.h14 #include <asm/signal.h>
H A Dcompat-signal.h9 #include <asm/signal.h>
/linux-master/tools/testing/selftests/x86/
H A Dtest_FISTTP.c10 #include <signal.h>
114 printf("[FAIL]\tGot signal %d, exiting\n", sig);
126 signal(SIGILL, sighandler);
127 signal(SIGFPE, sighandler);
128 signal(SIGSEGV, sighandler);
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Dif0003.h11 __u8 signal[4]; member in struct:nvif_perfdom_v0::__anon67
/linux-master/tools/testing/selftests/arm64/signal/testcases/
H A Dsme_trap_non_streaming.c9 #include <signal.h>
/linux-master/tools/objtool/include/objtool/
H A Dcfi.h37 bool signal; member in struct:cfi_state
/linux-master/arch/arm/mach-bcm/
H A Dbcm_5301x.c11 #include <asm/signal.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/pm/
H A Dpriv.h17 u8 signal[4]; member in struct:nvkm_perfctr
54 u8 signal; member in struct:nvkm_specsig
66 const struct nvkm_specsig *signal; member in struct:nvkm_specdom
85 struct nvkm_perfsig signal[] __counted_by(signal_nr);
/linux-master/tools/lib/subcmd/
H A Dsigchain.c2 #include <signal.h>
18 die("BUG: signal out of range: %d", sig);
27 s->old[s->n] = signal(sig, f);
41 if (signal(sig, s->old[s->n - 1]) == SIG_ERR)
/linux-master/tools/testing/selftests/timers/
H A Dleapcrash.c24 #include <signal.h>
67 signal(SIGINT, handler);
68 signal(SIGKILL, handler);
H A Dposix_timers.c12 #include <signal.h>
98 signal(SIGVTALRM, sig_handler);
100 signal(SIGPROF, sig_handler);
102 signal(SIGALRM, sig_handler);
159 signal(SIGALRM, sig_handler);
226 * Test that only the running thread receives the timer signal.
232 signal(SIGALRM, ctd_sighandler);
243 ksft_test_result_pass("check signal distribution\n");
245 ksft_test_result_fail("check signal distribution\n");
247 ksft_test_result_skip("check signal distributio
[all...]
/linux-master/tools/testing/selftests/prctl/
H A Ddisable-tsc-ctxt-sw-stress-test.c15 #include <signal.h>
51 signal(SIGSEGV, sigsegv_expect);
72 signal(SIGSEGV, sigsegv_fail);
/linux-master/arch/um/os-Linux/
H A Dutil.c11 #include <signal.h>
110 signal(SIGWINCH, SIG_IGN);
111 signal(SIGINT, SIG_DFL);
112 signal(SIGTERM, SIG_DFL);
119 signal(SIGSEGV, SIG_DFL);
128 signal(SIGTERM, SIG_IGN);
143 * processed in numeric order so the SIGTERM (signal 15 vs
144 * SIGSEGV being signal 11) is never handled.
/linux-master/drivers/gpu/drm/i915/
H A Di915_sw_fence_work.c93 int dma_fence_work_chain(struct dma_fence_work *f, struct dma_fence *signal) argument
95 if (!signal)
98 return __i915_sw_fence_await_dma_fence(&f->chain, signal, &f->cb);
/linux-master/drivers/gpu/drm/amd/display/dc/virtual/
H A Dvirtual_link_encoder.c39 enum signal_type signal) {}
45 enum signal_type signal,
60 enum signal_type signal) {}
37 virtual_link_encoder_setup( struct link_encoder *enc, enum signal_type signal) argument
41 virtual_link_encoder_enable_tmds_output( struct link_encoder *enc, enum clock_source_id clock_source, enum dc_color_depth color_depth, enum signal_type signal, uint32_t pixel_clock) argument
58 virtual_link_encoder_disable_output( struct link_encoder *link_enc, enum signal_type signal) argument
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.h97 enum signal_type signal);
104 enum signal_type signal,
111 enum signal_type signal,
/linux-master/drivers/mtd/tests/
H A Dmtd_test.h3 #include <linux/sched/signal.h>
9 pr_info("aborting test due to pending signal!\n");
/linux-master/tools/testing/selftests/filesystems/
H A Ddnotify_test.c5 #include <signal.h>

Completed in 282 milliseconds

1234567891011>>