Searched refs:POLLERR (Results 1 – 22 of 22) sorted by relevance
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | func-poll.rst | 56 function succeeds, but sets the ``POLLERR`` flag in the ``revents`` 60 :ref:`poll() <func-poll>` function succeeds and sets the ``POLLERR`` flag in 71 capturing. When that fails it returns a ``POLLERR`` as above. Otherwise 78 streaming. When that fails it returns a ``POLLERR`` as above. Otherwise
|
D | func-select.rst | 120 return a ``POLLERR``.
|
/Linux-v4.19/include/uapi/asm-generic/ |
D | poll.h | 9 #define POLLERR 0x0008 macro
|
/Linux-v4.19/tools/perf/tests/ |
D | fdarray.c | 144 FDA_ADD(1, 2, POLLERR, 2); in test__fdarray__add() 162 FDA_CHECK(1, 2, POLLERR); in test__fdarray__add()
|
/Linux-v4.19/tools/testing/selftests/sync/ |
D | sync.c | 63 fds.events = POLLIN | POLLERR; in sync_wait()
|
/Linux-v4.19/tools/testing/selftests/net/ |
D | psock_tpacket.c | 247 pfd.events = POLLIN | POLLERR; in walk_v1_v2_rx() 426 pfd.events = POLLOUT | POLLERR; in walk_tx() 608 pfd.events = POLLIN | POLLERR; in walk_v3_rx()
|
D | msg_zerocopy.c | 473 if (do_poll(fd, domain == PF_RDS ? POLLIN : POLLERR)) in do_recv_remaining_completions()
|
/Linux-v4.19/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.txt | 89 posted on the TCP socket so that a POLLERR event happens and KCM discontinues 269 TCP socket attached to a KCM multiplexor in epoll set for POLLERR
|
D | packet_mmap.txt | 482 pfd.events = POLLIN|POLLRDNORM|POLLERR; 947 pfd.events = POLLIN | POLLERR;
|
D | timestamping.txt | 400 POLLERR in pollfd.revents if any data is ready on the error queue.
|
/Linux-v4.19/Documentation/translations/zh_CN/ |
D | gpio.txt | 594 请在 events 中设置 POLLPRI 和 POLLERR。如果你使用轮询操作
|
/Linux-v4.19/samples/mic/mpssd/ |
D | mpssd.c | 729 if (net_poll[NET_FD_VIRTIO_NET].revents & POLLERR) in virtio_net() 914 if (console_poll[NET_FD_VIRTIO_NET].revents & POLLERR) in virtio_console() 1453 ufds[0].events = POLLERR | POLLPRI; in block_till_state_change()
|
/Linux-v4.19/Documentation/gpio/ |
D | sysfs.txt | 89 you use poll(2), set the events POLLPRI and POLLERR. If you
|
/Linux-v4.19/net/rds/ |
D | af_rds.c | 245 mask |= POLLERR; in rds_poll()
|
/Linux-v4.19/drivers/scsi/cxlflash/ |
D | ocxl_hw.c | 1014 mask |= POLLERR; in afu_poll()
|
/Linux-v4.19/tools/perf/ |
D | builtin-record.c | 1124 if (perf_evlist__filter_pollfd(rec->evlist, POLLERR | POLLHUP) == 0) in __cmd_record()
|
D | builtin-trace.c | 2632 if (perf_evlist__filter_pollfd(evlist, POLLERR | POLLHUP) == 0) in trace__run()
|
/Linux-v4.19/tools/perf/util/ |
D | evlist.c | 457 int pos = fdarray__add(&evlist->pollfd, fd, revent | POLLERR | POLLHUP); in __perf_evlist__add_pollfd()
|
/Linux-v4.19/Documentation/filesystems/ |
D | relay.txt | 133 poll() POLLIN/POLLRDNORM/POLLERR supported. User applications are
|
/Linux-v4.19/Documentation/driver-api/gpio/ |
D | legacy.rst | 693 you use poll(2), set the events POLLPRI and POLLERR. If you
|
/Linux-v4.19/drivers/android/ |
D | binder.c | 4418 return POLLERR; in binder_poll()
|