Searched refs:signal (Results 376 - 400 of 1675) sorted by relevance

<<11121314151617181920>>

/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));
H A DMakefile19 signal \
/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
/linux-master/arch/um/kernel/
H A Dsignal.c11 #include <asm/signal.h>
102 /* Whee! Actually deliver the signal. */
124 * if there's no signal to deliver, we just put the saved sigmask
/linux-master/arch/s390/kernel/
H A Dentry.h7 #include <linux/signal.h>
/linux-master/arch/x86/kernel/
H A Dirqinit.c4 #include <linux/signal.h>
/linux-master/tools/testing/selftests/arm64/signal/testcases/
H A Dtestcases.h12 #include <signal.h>
/linux-master/drivers/soc/fsl/qbman/
H A Ddpaa_sys.h39 #include <linux/sched/signal.h>
/linux-master/arch/arc/kernel/
H A Dtraps.c13 #include <linux/sched/signal.h>
34 * -for user faults enqueues requested signal
/linux-master/arch/alpha/kernel/
H A Dirq.c18 #include <linux/signal.h>
/linux-master/tools/testing/selftests/clone3/
H A Dclone3_clear_sighand.c6 #include <signal.h>
68 /* Register signal handler for SIGUSR1 */
75 /* Register signal handler for SIGUSR2 */
110 "Failed to clear signal handler for child process\n");
112 ksft_test_result_pass("Cleared signal handlers for child process\n");
/linux-master/tools/testing/selftests/net/netfilter/
H A Dconnect_close.c8 #include <signal.h>
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_sockopt.sh83 mptcp_lib_pm_nl_add_endpoint "${ns1}" "10.0.${i}.1" flags signal
84 mptcp_lib_pm_nl_add_endpoint "${ns1}" "dead:beef:${i}::1" flags signal
86 mptcp_lib_pm_nl_add_endpoint "${ns2}" "10.0.${i}.2" flags signal
87 mptcp_lib_pm_nl_add_endpoint "${ns2}" "dead:beef:${i}::2" flags signal
/linux-master/tools/testing/selftests/timers/
H A Dmqueue-lat.c29 #include <signal.h>
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.h50 enum signal_type signal);
/linux-master/tools/testing/selftests/powerpc/dexcr/
H A Ddexcr.c5 #include <signal.h>
33 * recognise/try to emulate it, we receive a SIGILL signal.
35 * If we do not receive a signal, assume we have the SPR or the
87 * Just test if a bad hashchk triggers a signal, without checking
/linux-master/drivers/media/tuners/
H A Dtea5761.c216 int signal = ((buffer[9] & TEA5761_TUNCHECK_LEV_MASK) << (13 - 4)); local
218 tuner_dbg("Signal strength: %d\n", signal);
220 return signal;
/linux-master/samples/timers/
H A Dhpet_example.c13 #include <signal.h>
233 if ((oldsig = signal(SIGIO, hpet_sigio)) == SIG_ERR) {
234 fprintf(stderr, "hpet_fasync: failed to set signal handler\n");
289 signal(SIGIO, oldsig);
/linux-master/arch/um/os-Linux/
H A Dprocess.c11 #include <signal.h>
284 signal(SIGHUP, SIG_IGN);
286 signal(SIGWINCH, SIG_IGN);
H A Dsignal.c12 #include <signal.h>
45 /* enable signals if sig isn't IRQ signal */
150 panic("enabling signal stack failed, errno = %d\n", errno);
238 flags |= SA_RESTART; /* if it's an irq signal */
256 int change_sig(int signal, int on) argument
261 sigaddset(&sigset, signal);
/linux-master/samples/bpf/
H A Dtrace_event_user.c11 #include <signal.h>
303 signal(SIGINT, err_exit);
304 signal(SIGTERM, err_exit);
H A Dcookie_uid_helper_example.c43 #include <signal.h>
317 if (signal(SIGINT, finish) == SIG_ERR)
319 if (signal(SIGTERM, finish) == SIG_ERR)

Completed in 241 milliseconds

<<11121314151617181920>>