/linux-5.19.10/drivers/staging/fieldbus/Documentation/ABI/ |
D | fieldbus-dev-cdev | 16 Clears POLLERR | POLLPRI from the file descriptor. 23 POLLERR | POLLPRI will be set on the file descriptor.
|
/linux-5.19.10/Documentation/userspace-api/media/v4l/ |
D | func-poll.rst | 53 function succeeds, but sets the ``POLLERR`` flag in the ``revents`` 57 :c:func:`poll()` function succeeds and sets the ``POLLERR`` flag in 68 capturing. When that fails it returns a ``POLLERR`` as above. Otherwise 75 streaming. When that fails it returns a ``POLLERR`` as above. Otherwise
|
D | func-select.rst | 116 return a ``POLLERR``.
|
/linux-5.19.10/Documentation/translations/zh_CN/accounting/ |
D | psi.rst | 133 if (fds.revents & POLLERR) { 134 printf("got POLLERR, event source is gone\n");
|
/linux-5.19.10/tools/perf/tests/ |
D | fdarray.c | 128 FDA_ADD(1, 2, POLLERR, 2); in test__fdarray__add() 146 FDA_CHECK(1, 2, POLLERR); in test__fdarray__add()
|
/linux-5.19.10/include/uapi/asm-generic/ |
D | poll.h | 9 #define POLLERR 0x0008 macro
|
/linux-5.19.10/tools/include/nolibc/ |
D | types.h | 131 #define POLLERR 0x0008 macro
|
/linux-5.19.10/tools/testing/selftests/sync/ |
D | sync.c | 63 fds.events = POLLIN | POLLERR; in sync_wait()
|
/linux-5.19.10/tools/testing/selftests/net/ |
D | psock_tpacket.c | 233 pfd.events = POLLIN | POLLERR; in walk_v1_v2_rx() 412 pfd.events = POLLOUT | POLLERR; in walk_tx() 594 pfd.events = POLLIN | POLLERR; in walk_v3_rx()
|
D | so_txtime.c | 228 struct pollfd pfd = { .fd = fdt, .events = POLLERR }; in recv_errqueue_msgs() 237 if (ret && (pfd.revents & POLLERR)) in recv_errqueue_msgs()
|
D | msg_zerocopy.c | 472 if (do_poll(fd, domain == PF_RDS ? POLLIN : POLLERR)) in do_recv_remaining_completions()
|
/linux-5.19.10/Documentation/userspace-api/media/mediactl/ |
D | request-func-poll.rst | 51 set the ``POLLERR`` flag in ``revents``.
|
/linux-5.19.10/Documentation/accounting/ |
D | psi.rst | 159 if (fds.revents & POLLERR) { 160 printf("got POLLERR, event source is gone\n");
|
/linux-5.19.10/tools/perf/ |
D | builtin-daemon.c | 1307 sock_pos = fdarray__add(&fda, sock_fd, POLLIN|POLLERR|POLLHUP, 0); in __cmd_start() 1311 file_pos = fdarray__add(&fda, conf_fd, POLLIN|POLLERR|POLLHUP, 0); in __cmd_start() 1315 signal_pos = fdarray__add(&fda, signal_fd, POLLIN|POLLERR|POLLHUP, 0); in __cmd_start()
|
/linux-5.19.10/Documentation/networking/ |
D | msg_zerocopy.rst | 122 POLLERR in its output flags. That flag does not have to be set in the 129 if (poll(&pfd, 1, -1) != 1 || pfd.revents & POLLERR == 0)
|
D | kcm.rst | 92 posted on the TCP socket so that a POLLERR event happens and KCM discontinues 274 TCP socket attached to a KCM multiplexor in epoll set for POLLERR
|
/linux-5.19.10/tools/testing/selftests/kvm/ |
D | demand_paging_test.c | 167 if (pollfd[0].revents & POLLERR) { in uffd_handler_thread_fn()
|
/linux-5.19.10/samples/nitro_enclaves/ |
D | ne_ioctl_sample.c | 206 fds[0].events = POLLIN | POLLERR | POLLHUP; in ne_poll_enclave_fd()
|
/linux-5.19.10/Documentation/translations/zh_CN/ |
D | gpio.txt | 594 请在 events 中设置 POLLPRI 和 POLLERR。如果你使用轮询操作
|
/linux-5.19.10/Documentation/translations/zh_TW/ |
D | gpio.txt | 594 請在 events 中設置 POLLPRI 和 POLLERR。如果你使用輪詢操作
|
/linux-5.19.10/Documentation/admin-guide/gpio/ |
D | sysfs.rst | 95 you use poll(2), set the events POLLPRI and POLLERR. If you
|
/linux-5.19.10/tools/lib/perf/ |
D | evlist.c | 328 int pos = fdarray__add(&evlist->pollfd, fd, revent | POLLERR | POLLHUP, flags); in perf_evlist__add_pollfd()
|
/linux-5.19.10/net/rds/ |
D | af_rds.c | 245 mask |= POLLERR; in rds_poll()
|
/linux-5.19.10/tools/testing/selftests/alsa/ |
D | mixer-test.c | 255 if (revents & POLLERR) { in wait_for_event()
|
/linux-5.19.10/drivers/staging/greybus/tools/ |
D | loopback_test.c | 659 t->fds[fds_idx].events = POLLERR | POLLPRI; in open_poll_files()
|