| /linux/tools/include/uapi/asm-generic/ |
| H A D | fcntl.h | |
| /linux/include/uapi/asm-generic/ |
| H A D | fcntl.h | 37 #ifndef O_NONBLOCK 38 #define O_NONBLOCK 00004000 macro 95 #define O_NDELAY O_NONBLOCK
|
| /linux/arch/sparc/include/uapi/asm/ |
| H A D | fcntl.h | 11 #define O_NONBLOCK 0x4000 macro 15 #define O_NDELAY (0x0004 | O_NONBLOCK)
|
| /linux/net/handshake/ |
| H A D | handshake-test.c | 222 filp = sock_alloc_file(sock, O_NONBLOCK, NULL); in handshake_req_submit_test4() 257 filp = sock_alloc_file(sock, O_NONBLOCK, NULL); in handshake_req_submit_test5() 295 filp = sock_alloc_file(sock, O_NONBLOCK, NULL); in handshake_req_submit_test6() 328 filp = sock_alloc_file(sock, O_NONBLOCK, NULL); in handshake_req_cancel_test1() 364 filp = sock_alloc_file(sock, O_NONBLOCK, NULL); in handshake_req_cancel_test2() 406 filp = sock_alloc_file(sock, O_NONBLOCK, NULL); in handshake_req_cancel_test3() 464 filp = sock_alloc_file(sock, O_NONBLOCK, NULL); in handshake_req_destroy_test1()
|
| /linux/tools/testing/selftests/mm/ |
| H A D | compaction_test.c | 63 O_RDONLY | O_NONBLOCK); in prereq() 103 fd = open("/proc/sys/vm/nr_hugepages", O_RDWR | O_NONBLOCK); in check_compaction() 175 fd = open("/proc/sys/vm/nr_hugepages", O_RDWR | O_NONBLOCK); in set_zero_hugepages()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_lirc_mode2_user.c | 69 lircfd = open(argv[1], O_RDWR | O_NONBLOCK); in main() 82 inputfd = open(argv[2], O_RDONLY | O_NONBLOCK); in main()
|
| /linux/tools/lib/python/ |
| H A D | jobserver.py | 81 self.reader = os.open(path, os.O_RDONLY | os.O_NONBLOCK) 88 os.O_RDONLY | os.O_NONBLOCK)
|
| /linux/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_zerocopy_fastopen-client.pkt | 17 +0 fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 38 +0 fcntl(5, F_SETFL, O_RDWR|O_NONBLOCK) = 0
|
| /linux/Documentation/userspace-api/media/dvb/ |
| H A D | dmx-fwrite.rst | 58 - No data was written. This might happen if ``O_NONBLOCK`` was 60 ``O_NONBLOCK`` is not specified the function will block until buffer
|
| H A D | dmx-qbuf.rst | 62 queue. When the ``O_NONBLOCK`` flag was given to the 77 Non-blocking I/O has been selected using ``O_NONBLOCK`` and no
|
| /linux/include/uapi/linux/ |
| H A D | eventfd.h | 9 #define EFD_NONBLOCK O_NONBLOCK
|
| H A D | timerfd.h | 33 #define TFD_NONBLOCK O_NONBLOCK
|
| H A D | signalfd.h | 18 #define SFD_NONBLOCK O_NONBLOCK
|
| H A D | inotify.h | 73 #define IN_NONBLOCK O_NONBLOCK
|
| /linux/io_uring/ |
| H A D | openclose.c | 129 nonblock_set = op.open_flag & O_NONBLOCK; in io_openat2() 134 op.open_flag |= O_NONBLOCK; in io_openat2() 162 file->f_flags &= ~O_NONBLOCK; in io_openat2() 326 if (p->flags & ~(O_CLOEXEC | O_NONBLOCK | O_DIRECT | O_NOTIFICATION_PIPE)) in io_pipe_prep()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | func-open.rst | 35 When the ``O_NONBLOCK`` flag is given, the :c:func:`read()` 40 with applications must support the ``O_NONBLOCK`` flag.
|
| /linux/drivers/leds/ |
| H A D | uleds.c | 147 } else if (!udev->new_data && (file->f_flags & O_NONBLOCK)) { in uleds_read() 161 if (!(file->f_flags & O_NONBLOCK)) in uleds_read()
|
| /linux/arch/parisc/include/uapi/asm/ |
| H A D | fcntl.h | 11 #define O_NONBLOCK 000200000 macro
|
| /linux/arch/mips/kernel/ |
| H A D | rtlx.c | 331 return rtlx_open(iminor(inode), (filp->f_flags & O_NONBLOCK) ? 0 : 1); in file_open() 367 if (!rtlx_read_poll(minor, (file->f_flags & O_NONBLOCK) ? 0 : 1)) in file_read() 382 if (file->f_flags & O_NONBLOCK) in file_write()
|
| /linux/arch/mips/include/uapi/asm/ |
| H A D | fcntl.h | 16 #define O_NONBLOCK 0x0080 macro
|
| /linux/arch/alpha/include/uapi/asm/ |
| H A D | fcntl.h | 10 #define O_NONBLOCK 00004 macro
|
| /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() 195 if ((fcntl(slave, F_SETFL, flags | O_NONBLOCK) < 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() 444 flags &= ~O_NONBLOCK; in os_set_fd_block() 446 flags |= O_NONBLOCK; in os_set_fd_block()
|
| /linux/rust/kernel/fs/ |
| H A D | file.rs | 64 pub const O_NONBLOCK: u32 = bindings::O_NONBLOCK; constant
|
| /linux/tools/power/acpi/tools/acpidbg/ |
| H A D | acpidbg.c | 422 fd = open(acpi_aml_file_path, O_RDWR | O_NONBLOCK); in main() 428 acpi_aml_set_fl(STDIN_FILENO, O_NONBLOCK); in main() 429 acpi_aml_set_fl(STDOUT_FILENO, O_NONBLOCK); in main()
|