Searched refs:POLLPRI (Results 1 – 24 of 24) sorted by relevance
/linux/tools/testing/selftests/net/af_unix/ |
A D | test_unix_oob.c | 224 wait_for_data(pfd, POLLIN | POLLPRI); in main() 241 wait_for_data(pfd, POLLIN | POLLPRI); in main() 266 wait_for_data(pfd, POLLIN | POLLPRI); in main() 304 wait_for_data(pfd, POLLIN | POLLPRI); in main() 336 wait_for_data(pfd, POLLIN | POLLPRI); in main() 367 wait_for_data(pfd, POLLIN | POLLPRI); in main() 399 wait_for_data(pfd, POLLIN | POLLPRI); in main() 429 wait_for_data(pfd, POLLIN | POLLPRI); in main()
|
/linux/drivers/staging/fieldbus/Documentation/ABI/ |
A D | fieldbus-dev-cdev | 16 Clears POLLERR | POLLPRI from the file descriptor. 23 POLLERR | POLLPRI will be set on the file descriptor.
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-platform_profile | 30 This file can be monitored for changes by polling for POLLPRI, 31 POLLPRI will be signalled on any changes, independent of those
|
A D | sysfs-driver-intc_sar | 52 using POLLPRI event on file-descriptor (fd) obtained by opening
|
/linux/Documentation/translations/zh_CN/accounting/ |
A D | psi.rst | 118 fds.events = POLLPRI; 137 if (fds.revents & POLLPRI) {
|
/linux/include/uapi/asm-generic/ |
A D | poll.h | 7 #define POLLPRI 0x0002 macro
|
/linux/tools/leds/ |
A D | led_hw_brightness_mon.c | 56 pollfd.events = POLLPRI; in main()
|
/linux/tools/gpio/ |
A D | gpio-watch.c | 56 pfd.events = POLLIN | POLLPRI; in main()
|
/linux/Documentation/userspace-api/media/v4l/ |
A D | func-poll.rst | 63 then ``POLLPRI`` will be set in the ``revents`` field and 79 If the caller is only interested in events (just ``POLLPRI`` is set in
|
A D | dev-event.rst | 29 poll system calls on video devices. The V4L2 events use POLLPRI events
|
/linux/arch/x86/um/ |
A D | user-offsets.c | 79 DEFINE(UM_POLLPRI, POLLPRI); in foo()
|
/linux/Documentation/userspace-api/media/mediactl/ |
A D | request-func-poll.rst | 45 is non-zero). Request file descriptor set the ``POLLPRI`` flag in ``revents``
|
A D | request-api.rst | 197 struct pollfd pfd = { .events = POLLPRI, .fd = req_fd };
|
/linux/Documentation/userspace-api/media/cec/ |
A D | cec-func-poll.rst | 49 then the ``POLLPRI`` flag is set. When the function times out it returns
|
/linux/drivers/staging/media/av7110/ |
A D | video-get-event.rst | 62 included in the exceptfds argument, and for poll(), POLLPRI should be
|
/linux/Documentation/accounting/ |
A D | psi.rst | 144 fds.events = POLLPRI; 163 if (fds.revents & POLLPRI) {
|
/linux/drivers/staging/greybus/tools/ |
A D | loopback_test.c | 659 t->fds[fds_idx].events = POLLERR | POLLPRI; in open_poll_files() 752 if (t->fds[i].revents & POLLPRI) { in wait_for_complete()
|
/linux/Documentation/driver-api/ |
A D | switchtec.rst | 75 POLLPRI. In this way, userspace can wait for events to occur.
|
/linux/Documentation/translations/zh_CN/ |
A D | gpio.txt | 594 请在 events 中设置 POLLPRI 和 POLLERR。如果你使用轮询操作
|
/linux/Documentation/translations/zh_TW/ |
A D | gpio.txt | 594 請在 events 中設置 POLLPRI 和 POLLERR。如果你使用輪詢操作
|
/linux/Documentation/admin-guide/gpio/ |
A D | sysfs.rst | 95 you use poll(2), set the events POLLPRI and POLLERR. If you
|
/linux/Documentation/misc-devices/ |
A D | xilinx_sdfec.rst | 205 …- ``POLLPRI`` indicates a critical error and the user should use :c:macro:`XSDFEC_GET_STATUS` and …
|
/linux/Documentation/driver-api/gpio/ |
A D | legacy.rst | 693 you use poll(2), set the events POLLPRI. If you use select(2),
|
/linux/fs/ |
A D | io_uring.c | 5660 __poll_t ret, mask = EPOLLONESHOT | POLLERR | POLLPRI; in io_arm_poll_handler()
|
Completed in 55 milliseconds