Home
last modified time | relevance | path

Searched refs:SIGIO (Results 1 – 25 of 86) sorted by relevance

1234

/linux/arch/um/os-Linux/
H A Dsigio.c50 CATCH_EINTR(r = syscall(__NR_tgkill, pid, pid, SIGIO)); in write_sigio_thread()
238 if (sigaction(SIGIO, NULL, &old) < 0) { in check_one_sigio()
246 if (sigaction(SIGIO, &new, NULL) < 0) { in check_one_sigio()
258 if (sigaction(SIGIO, &old, NULL) < 0) in check_one_sigio()
H A Dirq.c138 signal(SIGIO, SIG_IGN); in os_set_ioignore()
H A Dsmp.c79 sigaddset(&data->sigset, SIGIO); in os_start_secondary()
H A Dprocess.c183 set_handler(SIGIO); in init_new_thread_signals()
/linux/tools/testing/selftests/perf_events/
H A Dwatermark_signal.c52 EXPECT_EQ(sigaction(SIGIO, &sigio, &previous_sigio), 0); in TEST()
99 if (fcntl(fd, F_SETSIG, SIGIO)) { in TEST()
141 sigaction(SIGIO, &previous_sigio, NULL); in TEST()
/linux/arch/m68k/include/uapi/asm/
H A Dsignal.h47 #define SIGIO 29 macro
48 #define SIGPOLL SIGIO
/linux/arch/parisc/include/uapi/asm/
H A Dsignal.h27 #define SIGIO 22 macro
28 #define SIGPOLL SIGIO
/linux/include/uapi/asm-generic/
H A Dsignal.h40 #define SIGIO 29 macro
41 #define SIGPOLL SIGIO
/linux/arch/s390/include/uapi/asm/
H A Dsignal.h55 #define SIGIO 29 macro
56 #define SIGPOLL SIGIO
/linux/arch/arm/include/uapi/asm/
H A Dsignal.h47 #define SIGIO 29 macro
48 #define SIGPOLL SIGIO
/linux/arch/xtensa/include/uapi/asm/
H A Dsignal.h64 #define SIGIO 29 macro
65 #define SIGPOLL SIGIO
/linux/arch/mips/include/uapi/asm/
H A Dsignal.h48 #define SIGIO 22 /* I/O now possible (4.2 BSD). */ macro
49 #define SIGPOLL SIGIO /* Pollable event occurred (System V). */
/linux/arch/powerpc/include/uapi/asm/
H A Dsignal.h50 #define SIGIO 29 macro
51 #define SIGPOLL SIGIO
/linux/tools/perf/tests/
H A Dbp_signal.c180 if (sigaction(SIGIO, &sa, NULL) < 0) { in test__bp_signal()
242 fd1 = bp_event(__test_function, SIGIO); in test__bp_signal()
244 fd3 = wp_event((void *)&the_var, SIGIO); in test__bp_signal()
H A Dbp_signal_overflow.c80 if (sigaction(SIGIO, &sa, NULL) < 0) { in test__bp_signal_overflow()
110 fcntl(fd, F_SETSIG, SIGIO); in test__bp_signal_overflow()
/linux/arch/alpha/include/uapi/asm/
H A Dsignal.h45 #define SIGIO 23 macro
55 #define SIGPOLL SIGIO
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dperf_skip.c53 previous_sigio = signal(SIGIO, handle_sigio); in serial_test_perf_skip()
135 signal(SIGIO, previous_sigio); in serial_test_perf_skip()
/linux/samples/timers/
H A Dhpet_example.c233 if ((oldsig = signal(SIGIO, hpet_sigio)) == SIG_ERR) { in hpet_fasync()
289 signal(SIGIO, oldsig); in hpet_fasync()
/linux/security/apparmor/include/
H A Dsig_names.h40 [SIGIO] = 29, /* SIGPOLL: 23, 29, 22 */
/linux/Documentation/translations/zh_CN/filesystems/
H A Ddnotify.rst34 默认情况下,SIGIO 信号将被传递给进程,且不附带其他有用的信息。但是,如果使用 F_SETSIG fcntl(2)
/linux/tools/testing/kunit/test_data/
H A Dtest_is_test_passed-no_tests_run_no_header.log22 Checking that host ptys support output SIGIO...Yes
23 Checking that host ptys support SIGIO on close...No, enabling workaround
H A Dtest_output_isolated_correctly.log48 Checking that host ptys support output SIGIO...Yes
49 Checking that host ptys support SIGIO on close...No, enabling workaround
/linux/drivers/input/serio/
H A Dserio_raw.c260 kill_fasync(&client->fasync, SIGIO, POLL_IN); in serio_raw_interrupt()
361 kill_fasync(&client->fasync, SIGIO, POLL_HUP); in serio_raw_hangup()
/linux/fs/notify/
H A Dnotification.c128 kill_fasync(&group->fsn_fa, SIGIO, POLL_IN); in fsnotify_insert_event()
/linux/fs/
H A Dpipe.c402 kill_fasync(&pipe->fasync_writers, SIGIO, POLL_OUT); in anon_pipe_read()
572 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in anon_pipe_write()
597 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in anon_pipe_write()
739 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in pipe_release()
740 kill_fasync(&pipe->fasync_writers, SIGIO, POLL_OUT); in pipe_release()

1234