Home
last modified time | relevance | path

Searched refs:POLLIN (Results 101 – 123 of 123) sorted by relevance

12345

/openbmc/linux/tools/net/ynl/lib/
H A Dynl.c755 pfd.events = POLLIN; in ynl_ntf_check()
/openbmc/linux/tools/testing/selftests/alsa/
H A Dmixer-test.c222 if (!(revents & POLLIN)) { in wait_for_event()
/openbmc/linux/tools/testing/vsock/
H A Dvsock_test.c930 poll_flags = POLLIN | POLLRDNORM; in test_stream_poll_rcvlowat_client()
/openbmc/linux/Documentation/filesystems/spufs/
H A Dspufs.rst113 Poll on the ibox file returns (POLLIN | POLLRDNORM) whenever
/openbmc/qemu/block/
H A Discsi.c366 (ev & POLLIN) ? iscsi_process_read : NULL, in iscsi_set_events()
405 iscsi_service(iscsi, POLLIN); in iscsi_process_read()
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dqemurunner.py738 self.readevents = select.POLLIN | select.POLLPRI
/openbmc/linux/drivers/scsi/cxlflash/
H A Docxl_hw.c993 mask |= POLLIN | POLLRDNORM; in afu_poll()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dxskxceiver.c1010 if (!(fds->revents & POLLIN)) in receive_pkts()
1509 fds.events = POLLIN; in worker_testapp_validate_rx()
/openbmc/linux/Documentation/networking/
H A Dpacket_mmap.rst494 pfd.events = POLLIN|POLLRDNORM|POLLERR;
972 pfd.events = POLLIN | POLLERR;
/openbmc/libmctp/
H A Dastlpc.c1459 pollfd->events = release ? POLLOUT : POLLIN; in mctp_astlpc_init_pollfd()
/openbmc/linux/drivers/misc/bcm-vk/
H A Dbcm_vk_msg.c1261 ret = (__force __poll_t)(POLLIN | POLLRDNORM); in bcm_vk_poll()
/openbmc/linux/tools/hv/
H A Dhv_kvp_daemon.c1620 pfd.events = POLLIN; in main()
/openbmc/docs/designs/mctp/
H A Dmctp-kernel.md618 pollfds[0].events = POLLIN;
635 if (!(pollfds[0].revents & POLLIN))
/openbmc/qemu/migration/
H A Drdma.c2500 .events = POLLIN, in qemu_get_cm_event_timeout()
2515 } else if (poll_fd.revents & POLLIN) { in qemu_get_cm_event_timeout()
/openbmc/linux/drivers/misc/
H A Dibmvmc.c1022 mask |= POLLIN | POLLRDNORM; in ibmvmc_poll()
/openbmc/linux/Documentation/filesystems/
H A Drelay.rst137 poll() POLLIN/POLLRDNORM/POLLERR supported. User applications are
/openbmc/qemu/hw/usb/
H A Dhost-libusb.c247 (events & POLLIN) ? usb_host_handle_fd : NULL, in usb_host_add_fd()
/openbmc/linux/tools/perf/
H A Dbuiltin-kvm.c1517 if (fda->entries[nr_stdin].revents & POLLIN) in kvm_events_live_report()
H A Dbuiltin-record.c1219 POLLIN | POLLERR | POLLHUP, fdarray_flag__nonfilterable); in record__alloc_thread_data()
/openbmc/linux/Documentation/filesystems/caching/
H A Dcachefiles.rst514 request to be processed. A POLLIN event will be returned when there's a pending
/openbmc/qemu/docs/devel/
H A Dmulti-process.rst791 An emulation program will use the ``poll()`` call with a *POLLIN* flag
/openbmc/linux/Documentation/driver-api/usb/
H A Dusb.rst714 pfd = { fd, POLLIN, 0 };
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch51398 - .events = POLLIN | POLLRDNORM | POLLPRI | POLLOUT | POLLWRNORM, /* default blocking captu…
51462 - pfd.events = POLLIN | POLLRDNORM | POLLPRI;
51582 - if (pfd.revents & (POLLIN | POLLRDNORM | POLLOUT | POLLWRNORM)) {
51587 - if (pfd.revents & (POLLIN | POLLRDNORM))
51613 + const unsigned int poll_cap = (POLLIN | POLLRDNORM);
56998 + if ((revents & POLLIN) != 0)
57827 + mbc->pt = polltask_new(pq, mbc->vfd, POLLIN | POLLOUT, mediabufs_poll_cb, mbc);
58319 + pq->prod_pt = polltask_new(pq, pq->prod_fd, POLLIN, prod_fn, pq);
62012 + events = POLLIN | POLLRDNORM;

12345