Home
last modified time | relevance | path

Searched refs:O_NONBLOCK (Results 1 – 25 of 379) sorted by relevance

12345678910>>...16

/Linux-v6.6/tools/include/uapi/asm-generic/
Dfcntl.h38 #ifndef O_NONBLOCK
39 #define O_NONBLOCK 00004000 macro
96 #define O_NDELAY O_NONBLOCK
/Linux-v6.6/include/uapi/asm-generic/
Dfcntl.h38 #ifndef O_NONBLOCK
39 #define O_NONBLOCK 00004000 macro
96 #define O_NDELAY O_NONBLOCK
/Linux-v6.6/arch/sparc/include/uapi/asm/
Dfcntl.h11 #define O_NONBLOCK 0x4000 macro
15 #define O_NDELAY (0x0004 | O_NONBLOCK)
/Linux-v6.6/net/handshake/
Dhandshake-test.c222 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-v6.6/scripts/
Djobserver-exec35 reader = os.open(path, os.O_RDONLY | os.O_NONBLOCK)
42 os.O_RDONLY | os.O_NONBLOCK)
/Linux-v6.6/tools/testing/selftests/bpf/
Dtest_lirc_mode2_user.c69 lircfd = open(argv[1], O_RDWR | O_NONBLOCK); in main()
82 inputfd = open(argv[2], O_RDONLY | O_NONBLOCK); in main()
/Linux-v6.6/tools/testing/selftests/mm/
Dcompaction_test.c63 O_RDONLY | O_NONBLOCK); in prereq()
95 fd = open("/proc/sys/vm/nr_hugepages", O_RDWR | O_NONBLOCK); in check_compaction()
/Linux-v6.6/io_uring/
Dopenclose.c121 nonblock_set = op.open_flag & O_NONBLOCK; in io_openat2()
126 op.open_flag |= O_NONBLOCK; in io_openat2()
154 file->f_flags &= ~O_NONBLOCK; in io_openat2()
/Linux-v6.6/Documentation/userspace-api/media/dvb/
Ddmx-fwrite.rst58 - No data was written. This might happen if ``O_NONBLOCK`` was
60 ``O_NONBLOCK`` is not specified the function will block until buffer
Ddmx-qbuf.rst62 queue. When the ``O_NONBLOCK`` flag was given to the
77 Non-blocking I/O has been selected using ``O_NONBLOCK`` and no
/Linux-v6.6/include/uapi/linux/
Dpidfd.h10 #define PIDFD_NONBLOCK O_NONBLOCK
Deventfd.h9 #define EFD_NONBLOCK O_NONBLOCK
Dtimerfd.h33 #define TFD_NONBLOCK O_NONBLOCK
Dsignalfd.h18 #define SFD_NONBLOCK O_NONBLOCK
/Linux-v6.6/tools/testing/selftests/kvm/lib/
Duserfaultfd_util.c134 uffd = syscall(__NR_userfaultfd, O_CLOEXEC | O_NONBLOCK); in uffd_setup_demand_paging()
151 ret = pipe2(uffd_desc->pipefds, O_CLOEXEC | O_NONBLOCK); in uffd_setup_demand_paging()
/Linux-v6.6/arch/mips/include/asm/
Dsocket.h46 #define SOCK_NONBLOCK O_NONBLOCK
/Linux-v6.6/Documentation/userspace-api/media/v4l/
Dfunc-open.rst35 When the ``O_NONBLOCK`` flag is given, the :c:func:`read()`
40 with applications must support the ``O_NONBLOCK`` flag.
/Linux-v6.6/drivers/leds/
Duleds.c147 } else if (!udev->new_data && (file->f_flags & O_NONBLOCK)) { in uleds_read()
161 if (!(file->f_flags & O_NONBLOCK)) in uleds_read()
/Linux-v6.6/arch/mips/kernel/
Drtlx.c331 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-v6.6/fs/
Deventfd.c236 if ((file->f_flags & O_NONBLOCK) || in eventfd_read()
276 else if (!(file->f_flags & O_NONBLOCK)) { in eventfd_write()
397 BUILD_BUG_ON(EFD_NONBLOCK != O_NONBLOCK); in do_eventfd()
Dsignalfd.c207 int nonblock = file->f_flags & O_NONBLOCK; in signalfd_read()
259 BUILD_BUG_ON(SFD_NONBLOCK != O_NONBLOCK); in do_signalfd4()
279 O_RDWR | (flags & (O_CLOEXEC | O_NONBLOCK))); in do_signalfd4()
/Linux-v6.6/arch/parisc/include/uapi/asm/
Dfcntl.h11 #define O_NONBLOCK 000200000 macro
/Linux-v6.6/arch/mips/include/uapi/asm/
Dfcntl.h16 #define O_NONBLOCK 0x0080 macro
/Linux-v6.6/arch/alpha/include/uapi/asm/
Dfcntl.h10 #define O_NONBLOCK 00004 macro
/Linux-v6.6/include/linux/
Duserfaultfd_k.h34 #define UFFD_NONBLOCK O_NONBLOCK
36 #define UFFD_SHARED_FCNTL_FLAGS (O_CLOEXEC | O_NONBLOCK)

12345678910>>...16