Searched refs:signal (Results 351 - 375 of 1668) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/mips/sgi-ip22/
H A Dip22-berr.c10 #include <linux/sched/signal.h>
/linux-master/tools/testing/selftests/powerpc/signal/
H A Dsigreturn_kernel.c9 #include <signal.h>
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_link_encoder.h215 enum signal_type signal,
245 enum signal_type signal);
253 enum signal_type signal,
277 enum signal_type signal);
/linux-master/arch/um/os-Linux/
H A Dtime.c12 #include <signal.h>
113 /* either way, restore the signal mask */
/linux-master/tools/perf/arch/x86/tests/
H A Dintel-cqm.c10 #include <signal.h>
/linux-master/tools/testing/selftests/arm64/signal/testcases/
H A Dza_no_regs.c5 * Verify that the ZA register context in signal frames is set up as
9 #include <signal.h>
67 * Get a signal context which should have a SVE frame and registers
H A Dsve_regs.c5 * Verify that the SVE register context in signal frames is set up as
9 #include <signal.h>
73 * Get a signal context which should have a SVE frame and registers
H A Dssve_regs.c5 * Verify that the streaming SVE register context in signal frames is
9 #include <signal.h>
79 * Get a signal context which should have a SVE frame and registers
H A Dza_regs.c5 * Verify that the ZA register context in signal frames is set up as
9 #include <signal.h>
79 * Get a signal context which should have a SVE frame and registers
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dlarge_vm_gpr_corruption.c28 #include <signal.h>
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-radio-rx.c13 #include <linux/sched/signal.h>
72 * or if the signal quality is too weak.
249 vt->signal = abs(sig_qual) > delta ? 0 :
254 else if (dev->radio_rx_freq < FM_FREQ_RANGE_LOW || vt->signal < 0x8000)
262 dev->radio_rx_freq >= FM_FREQ_RANGE_LOW && vt->signal >= 0xc000)
/linux-master/arch/x86/include/asm/
H A Dsignal.h27 /* non-uapi in-kernel SA_FLAGS for those indicates ABI for a signal frame */
32 #include <uapi/asm/signal.h>
/linux-master/arch/um/drivers/
H A Drandom.c9 #include <linux/sched/signal.h>
/linux-master/include/linux/
H A Delfcore.h9 #include <linux/signal.h>
19 int si_signo; /* signal number */
34 struct elf_siginfo pr_info; /* Info associated with signal */
35 short pr_cursig; /* Current signal */
/linux-master/samples/bpf/
H A Dtrace_output_user.c6 #include <signal.h>
H A Dtracex4_user.c6 #include <signal.h>
/linux-master/tools/testing/selftests/powerpc/security/
H A Dentry_flush.c13 #include <signal.h>
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_user_pages.c35 #include <linux/sched/signal.h>
134 /* during close after signal, mm can be NULL */
/linux-master/tools/perf/ui/
H A Dsetup.c3 #include <signal.h>
/linux-master/arch/arm/kernel/
H A Dxscale-cp0.c10 #include <linux/signal.h>
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-perf-hwbreak.c59 static long ptrace_cont(pid_t pid, long signal) argument
61 return sys_ptrace(PTRACE_CONT, pid, 0, signal);
64 static long ptrace_singlestep(pid_t pid, long signal) argument
66 return sys_ptrace(PTRACE_SINGLESTEP, pid, 0, signal);
/linux-master/tools/testing/selftests/powerpc/
H A Dharness.c7 #include <signal.h>
80 printf("!! child died by signal %d\n", WTERMSIG(status));
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dtsc_scaling_sync.c13 #include <signal.h>
/linux-master/tools/include/nolibc/
H A DMakefile34 signal.h \
/linux-master/drivers/gpu/drm/amd/display/dc/dcn35/
H A Ddcn35_dio_stream_encoder.c64 cntl.signal = is_dual_link ?
104 cntl.signal = SIGNAL_TYPE_HDMI_TYPE_A;
235 enum signal_type signal,
241 switch (signal) {
233 enc35_stream_encoder_enable( struct stream_encoder *enc, enum signal_type signal, bool enable) argument

Completed in 326 milliseconds

<<11121314151617181920>>