Searched refs:O_ASYNC (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/perf/tests/ |
| H A D | bp_signal_overflow.c | 109 fcntl(fd, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC); in test__bp_signal_overflow()
|
| H A D | bp_signal.c | 132 fcntl(fd, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC); in __event()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | perf_skip.c | 85 err = fcntl(perf_fd, F_SETFL, O_ASYNC); in serial_test_perf_skip()
|
| /linux/samples/timers/ |
| H A D | hpet_example.c | 253 (fcntl(fd, F_SETFL, value | O_ASYNC) == 1)) { in hpet_fasync()
|
| /linux/arch/um/os-Linux/ |
| H A D | sigio.c | 191 if ((fcntl(master, F_SETFL, flags | O_NONBLOCK | O_ASYNC) < 0) || in async_pty()
|
| H A D | file.c | 402 flags |= O_ASYNC | O_NONBLOCK; in os_set_fd_async() 429 flags &= ~(O_ASYNC | O_NONBLOCK); in os_clear_fd_async()
|
| /linux/rust/kernel/fs/ |
| H A D | file.rs | 31 pub const O_ASYNC: u32 = bindings::FASYNC; constant
|