Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/net/af_unix/
Dtest_unix_oob.c224 wait_for_data(pfd, 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-v6.1/drivers/staging/fieldbus/Documentation/ABI/
Dfieldbus-dev-cdev16 Clears POLLERR | POLLPRI from the file descriptor.
23 POLLERR | POLLPRI will be set on the file descriptor.
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-platform_profile30 This file can be monitored for changes by polling for POLLPRI,
31 POLLPRI will be signalled on any changes, independent of those
Dsysfs-driver-intc_sar52 using POLLPRI event on file-descriptor (fd) obtained by opening
/Linux-v6.1/Documentation/translations/zh_CN/accounting/
Dpsi.rst118 fds.events = POLLPRI;
137 if (fds.revents & POLLPRI) {
/Linux-v6.1/include/uapi/asm-generic/
Dpoll.h7 #define POLLPRI 0x0002 macro
/Linux-v6.1/tools/leds/
Dled_hw_brightness_mon.c56 pollfd.events = POLLPRI; in main()
/Linux-v6.1/tools/gpio/
Dgpio-watch.c56 pfd.events = POLLIN | POLLPRI; in main()
/Linux-v6.1/arch/x86/um/
Duser-offsets.c78 DEFINE(UM_POLLPRI, POLLPRI); in foo()
/Linux-v6.1/Documentation/userspace-api/media/v4l/
Dfunc-poll.rst63 then ``POLLPRI`` will be set in the ``revents`` field and
79 If the caller is only interested in events (just ``POLLPRI`` is set in
Ddev-event.rst29 poll system calls on video devices. The V4L2 events use POLLPRI events
/Linux-v6.1/tools/include/nolibc/
Dtypes.h129 #define POLLPRI 0x0002 macro
/Linux-v6.1/Documentation/userspace-api/media/mediactl/
Drequest-func-poll.rst45 is non-zero). Request file descriptor set the ``POLLPRI`` flag in ``revents``
Drequest-api.rst197 struct pollfd pfd = { .events = POLLPRI, .fd = req_fd };
/Linux-v6.1/Documentation/userspace-api/media/cec/
Dcec-func-poll.rst49 then the ``POLLPRI`` flag is set. When the function times out it returns
/Linux-v6.1/drivers/staging/media/deprecated/saa7146/av7110/
Dvideo-get-event.rst62 included in the exceptfds argument, and for poll(), POLLPRI should be
/Linux-v6.1/Documentation/accounting/
Dpsi.rst144 fds.events = POLLPRI;
163 if (fds.revents & POLLPRI) {
/Linux-v6.1/Documentation/driver-api/
Dswitchtec.rst75 POLLPRI. In this way, userspace can wait for events to occur.
/Linux-v6.1/drivers/staging/greybus/tools/
Dloopback_test.c659 t->fds[fds_idx].events = POLLERR | POLLPRI; in open_poll_files()
752 if (t->fds[i].revents & POLLPRI) { in wait_for_complete()
/Linux-v6.1/Documentation/translations/zh_CN/driver-api/gpio/
Dlegacy.rst631 请在 events 中设置 POLLPRI 和 POLLERR。如果你使用轮询操作
/Linux-v6.1/Documentation/translations/zh_TW/
Dgpio.txt594 請在 events 中設置 POLLPRI 和 POLLERR。如果你使用輪詢操作
/Linux-v6.1/Documentation/admin-guide/gpio/
Dsysfs.rst95 you use poll(2), set the events POLLPRI and POLLERR. If you
/Linux-v6.1/io_uring/
Dpoll.c669 __poll_t mask = POLLPRI | POLLERR | EPOLLET; in io_arm_poll_handler()
/Linux-v6.1/Documentation/misc-devices/
Dxilinx_sdfec.rst205 …- ``POLLPRI`` indicates a critical error and the user should use :c:macro:`XSDFEC_GET_STATUS` and …
/Linux-v6.1/Documentation/driver-api/gpio/
Dlegacy.rst693 you use poll(2), set the events POLLPRI. If you use select(2),