Searched refs:LINUX_O_NONBLOCK (Results 1 – 4 of 4) sorted by relevance
69 #define LINUX_O_NONBLOCK 00004000 macro70 #define LINUX_O_NDELAY LINUX_O_NONBLOCK
639 if ((flags & LINUX_O_NONBLOCK) != 0) in eventfd_create()660 if ((args->flags & ~(LINUX_O_CLOEXEC|LINUX_O_NONBLOCK|LINUX_EFD_SEMAPHORE)) != 0) in linux_eventfd2()704 if ((efd->efd_flags & LINUX_O_NONBLOCK) != 0) { in eventfd_read()755 if ((efd->efd_flags & LINUX_O_NONBLOCK) != 0) { in eventfd_write()
135 #define LINUX_SOCK_NONBLOCK LINUX_O_NONBLOCK
114 if (l_flags & LINUX_O_NONBLOCK) in linux_common_open()1304 td->td_retval[0] |= LINUX_O_NONBLOCK; in fcntl_common()1604 if ((args->flags & ~(LINUX_O_NONBLOCK | LINUX_O_CLOEXEC)) != 0) in linux_pipe2()1608 if ((args->flags & LINUX_O_NONBLOCK) != 0) in linux_pipe2()