Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/af_unix/
H A Dtest_unix_oob.c
/linux/Documentation/translations/zh_CN/accounting/
H A Dpsi.rst118 fds.events = POLLPRI;
137 if (fds.revents & POLLPRI) {
/linux/Documentation/ABI/testing/
H A Dsysfs-class-platform-profile40 This file can be monitored for changes by polling for POLLPRI,
41 POLLPRI will be signaled on any changes, independent of those
H A Dsysfs-driver-intc_sar52 using POLLPRI event on file-descriptor (fd) obtained by opening
/linux/include/uapi/asm-generic/
H A Dpoll.h7 #define POLLPRI 0x0002 macro
/linux/tools/leds/
H A Dled_hw_brightness_mon.c56 pollfd.events = POLLPRI; in main()
/linux/tools/testing/selftests/ftrace/
H A Dpoll.c35 pfd.events = POLLPRI; in main()
/linux/tools/gpio/
H A Dgpio-watch.c56 pfd.events = POLLIN | POLLPRI; in main()
/linux/tools/testing/selftests/thermal/intel/power_floor/
H A Dpower_floor_test.c86 ufd.events = POLLPRI; in main()
/linux/arch/x86/um/
H A Duser-offsets.c73 DEFINE(UM_POLLPRI, POLLPRI); in foo()
/linux/tools/testing/selftests/thermal/intel/workload_hint/
H A Dworkload_hint_test.c127 ufd.events = POLLPRI; in main()
/linux/Documentation/userspace-api/media/v4l/
H A 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
H A Ddev-event.rst30 poll system calls on video devices. The V4L2 events use POLLPRI events
/linux/Documentation/userspace-api/media/mediactl/
H A Drequest-func-poll.rst45 is non-zero). Request file descriptor set the ``POLLPRI`` flag in ``revents``
H A Drequest-api.rst197 struct pollfd pfd = { .events = POLLPRI, .fd = req_fd };
/linux/Documentation/userspace-api/media/cec/
H A Dcec-func-poll.rst49 then the ``POLLPRI`` flag is set. When the function times out it returns
/linux/Documentation/accounting/
H A Dpsi.rst148 fds.events = POLLPRI;
167 if (fds.revents & POLLPRI) {
/linux/Documentation/driver-api/
H A Dswitchtec.rst75 POLLPRI. In this way, userspace can wait for events to occur.
/linux/Documentation/userspace-api/gpio/
H A Dsysfs.rst98 you use poll(2), set the events POLLPRI and POLLERR. If you
/linux/io_uring/
H A Dpoll.c699 __poll_t mask = POLLPRI | POLLERR; in io_arm_poll_handler()
/linux/Documentation/misc-devices/
H A Dxilinx_sdfec.rst205 …- ``POLLPRI`` indicates a critical error and the user should use :c:macro:`XSDFEC_GET_STATUS` and …
/linux/Documentation/userspace-api/media/dvb/
H A Dlegacy_dvb_video.rst1306 included in the exceptfds argument, and for poll(), POLLPRI should be