Searched refs:O_NONBLOCK (Results 1 - 25 of 339) sorted by relevance

1234567891011>>

/linux-master/include/uapi/linux/
H A Deventfd.h9 #define EFD_NONBLOCK O_NONBLOCK
H A Dtimerfd.h14 /* For O_CLOEXEC and O_NONBLOCK */
33 #define TFD_NONBLOCK O_NONBLOCK
H A Dpidfd.h10 #define PIDFD_NONBLOCK O_NONBLOCK
H A Dsignalfd.h13 /* For O_CLOEXEC and O_NONBLOCK */
18 #define SFD_NONBLOCK O_NONBLOCK
H A Dinotify.h11 /* For O_CLOEXEC and O_NONBLOCK */
73 #define IN_NONBLOCK O_NONBLOCK
/linux-master/arch/mips/include/asm/
H A Dsocket.h46 #define SOCK_NONBLOCK O_NONBLOCK
/linux-master/arch/parisc/include/uapi/asm/
H A Dfcntl.h11 #define O_NONBLOCK 000200000 macro
/linux-master/arch/sparc/include/uapi/asm/
H A Dfcntl.h11 #define O_NONBLOCK 0x4000 macro
15 #define O_NDELAY (0x0004 | O_NONBLOCK)
/linux-master/arch/alpha/include/uapi/asm/
H A Dfcntl.h10 #define O_NONBLOCK 00004 macro
/linux-master/include/uapi/asm-generic/
H A Dfcntl.h38 #ifndef O_NONBLOCK
39 #define O_NONBLOCK 00004000 macro
96 #define O_NDELAY O_NONBLOCK
/linux-master/tools/include/uapi/asm-generic/
H A Dfcntl.h38 #ifndef O_NONBLOCK
39 #define O_NONBLOCK 00004000 macro
96 #define O_NDELAY O_NONBLOCK
/linux-master/arch/mips/include/uapi/asm/
H A Dfcntl.h16 #define O_NONBLOCK 0x0080 macro
/linux-master/scripts/
H A Djobserver-exec35 reader = os.open(path, os.O_RDONLY | os.O_NONBLOCK)
42 os.O_RDONLY | os.O_NONBLOCK)
/linux-master/tools/testing/selftests/bpf/
H A Dtest_lirc_mode2_user.c69 lircfd = open(argv[1], O_RDWR | O_NONBLOCK);
82 inputfd = open(argv[2], O_RDONLY | O_NONBLOCK);
/linux-master/include/linux/
H A Dfcntl.h11 O_APPEND | O_NDELAY | O_NONBLOCK | __O_SYNC | O_DSYNC | \
H A Deventfd.h26 #define EFD_SHARED_FCNTL_FLAGS (O_CLOEXEC | O_NONBLOCK)
/linux-master/fs/proc/
H A Dkmsg.c34 if ((file->f_flags & O_NONBLOCK) &&
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtrace_printk.c46 fcntl(fileno(fp), F_SETFL, O_NONBLOCK);
H A Dtrace_vprintk.c39 fcntl(fileno(fp), F_SETFL, O_NONBLOCK);
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd.h50 #define PIDFD_NONBLOCK O_NONBLOCK
/linux-master/net/handshake/
H A Dhandshake-test.c222 filp = sock_alloc_file(sock, O_NONBLOCK, NULL);
257 filp = sock_alloc_file(sock, O_NONBLOCK, NULL);
295 filp = sock_alloc_file(sock, O_NONBLOCK, NULL);
328 filp = sock_alloc_file(sock, O_NONBLOCK, NULL);
364 filp = sock_alloc_file(sock, O_NONBLOCK, NULL);
406 filp = sock_alloc_file(sock, O_NONBLOCK, NULL);
464 filp = sock_alloc_file(sock, O_NONBLOCK, NULL);
/linux-master/tools/testing/selftests/kvm/lib/
H A Duserfaultfd_util.c134 uffd = syscall(__NR_userfaultfd, O_CLOEXEC | O_NONBLOCK);
151 ret = pipe2(uffd_desc->pipefds, O_CLOEXEC | O_NONBLOCK);
/linux-master/tools/testing/selftests/mm/
H A Dcompaction_test.c63 O_RDONLY | O_NONBLOCK);
96 fd = open("/proc/sys/vm/nr_hugepages", O_RDWR | O_NONBLOCK);
/linux-master/tools/perf/trace/beauty/
H A Dopen_flags.c53 #ifdef O_NONBLOCK
/linux-master/tools/testing/selftests/netfilter/
H A Dconnect_close.c45 fcntl(s, F_SETFL, O_NONBLOCK);

Completed in 324 milliseconds

1234567891011>>