Home
last modified time | relevance | path

Searched refs:POLLWRNORM (Results 1 – 10 of 10) sorted by relevance

/linux/include/uapi/asm-generic/
A Dpoll.h16 #ifndef POLLWRNORM
17 #define POLLWRNORM 0x0100 macro
/linux/arch/mips/include/uapi/asm/
A Dpoll.h5 #define POLLWRNORM POLLOUT macro
/linux/arch/m68k/include/uapi/asm/
A Dpoll.h5 #define POLLWRNORM POLLOUT macro
/linux/arch/xtensa/include/uapi/asm/
A Dpoll.h15 #define POLLWRNORM POLLOUT macro
/linux/arch/sparc/include/uapi/asm/
A Dpoll.h5 #define POLLWRNORM POLLOUT macro
/linux/Documentation/userspace-api/media/v4l/
A Dfunc-poll.rst49 ``POLLWRNORM`` flags. When the function timed out it returns a value of
60 ``POLLWRNORM`` flags in the ``revents`` field.
/linux/Documentation/userspace-api/media/cec/
A Dcec-func-poll.rst48 ``POLLWRNORM`` flags are set. If there are events in the event queue,
/linux/Documentation/usb/
A Dgadget_printer.rst268 fd[0].events = POLLOUT | POLLWRNORM;
286 if (retval && (fd[0].revents & POLLWRNORM)) {
/linux/Documentation/filesystems/spufs/
A Dspufs.rst134 Poll on the ibox file returns (POLLOUT | POLLWRNORM) whenever
/linux/fs/
A Dio_uring.c5675 mask |= POLLOUT | POLLWRNORM; in io_arm_poll_handler()

Completed in 30 milliseconds