Home
last modified time | relevance | path

Searched refs:poll (Results 876 - 900 of 2180) sorted by relevance

1...<<31323334353637383940>>...88

/kernel/linux/linux-6.6/drivers/comedi/
H A Ddrivers.c742 if (!s->poll) in __comedi_device_postconfig()
743 s->poll = poll_invalid; in __comedi_device_postconfig()
/kernel/linux/linux-6.6/kernel/events/
H A Dring_buffer.c15 #include <linux/poll.h>
22 atomic_set(&handle->rb->poll, EPOLLIN); in perf_output_wakeup()
/kernel/linux/linux-6.6/drivers/dma/idxd/
H A Dcdev.c12 #include <linux/poll.h>
440 .poll = idxd_cdev_poll,
/kernel/linux/linux-6.6/drivers/firewire/
H A Dnosy.c19 #include <linux/poll.h>
398 .poll = nosy_poll,
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00debug.c16 #include <linux/poll.h>
291 .poll = rt2x00debug_poll_queue_dump,
/kernel/linux/linux-6.6/drivers/hid/
H A Dhidraw.c22 #include <linux/poll.h>
510 .poll = hidraw_poll,
/kernel/linux/linux-6.6/drivers/macintosh/
H A Dadb.c406 if ((adb_controller == NULL)||(adb_controller->poll == NULL)) in adb_poll()
408 adb_controller->poll(); in adb_poll()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dmsg_zerocopy.c45 #include <poll.h>
150 ret = poll(&pfd, 1, cfg_waittime_ms); in do_poll()
152 error(1, errno, "poll"); in do_poll()
/kernel/linux/linux-6.6/sound/core/
H A Dinfo.c196 if (entry->c.ops->poll) in snd_info_entry_poll()
197 return entry->c.ops->poll(entry, in snd_info_entry_poll()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_flow_dissector.c23 #include <poll.h>
483 ret = poll(&pfd, 1, timeout); in do_poll()
485 error(1, errno, "poll"); in do_poll()
487 error(1, errno, "poll: unexpected event 0x%x\n", pfd.revents); in do_poll()
/third_party/eudev/src/libudev/
H A Dlibudev-monitor.c27 #include <poll.h>
530 * The monitor socket is by default set to NONBLOCK. A variant of poll() on
660 rc = poll(pfd, 1, 0); in udev_monitor_receive_device()
/third_party/ffmpeg/libavcodec/
H A Dv4l2_context.c29 #include <poll.h>
318 ret = poll(&pfd, 1, timeout); in v4l2_dequeue_v4l2buf()
/third_party/ffmpeg/libavformat/
H A Drtpproto.c43 #include <poll.h>
404 n = poll(p, 2, poll_delay); in rtp_read()
/third_party/alsa-utils/seq/aseqdump/
H A Daseqdump.c29 #include <poll.h>
783 if (poll(pfds, npfds, -1) < 0) in main()
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Dusbd_generic_epfile.c37 #include <poll.h>
588 .poll = generic_epfile_handle_poll,
/third_party/node/deps/v8/tools/
H A Dv8_presubmit.py93 if out_line == '' and process.poll() != None:
123 if out_line == '' and process.poll() != None:
/third_party/nghttp2/examples/
H A Dclient.c52 #include <poll.h>
604 int nfds = poll(pollfds, npollfds, -1); in fetch_uri()
606 dief("poll", strerror(errno)); in fetch_uri()
/third_party/lwip/src/include/lwip/
H A Dsockets.h492 /* poll-related defines and types */
555 #define lwip_poll poll
672 #define poll(fds,nfds,timeout) lwip_poll(fds,nfds,timeout) macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/
H A DDisplayGbm.cpp12 #include <poll.h>
508 if (poll(&pfd, 1, 0) < 0) in presentScreen()
510 WARN() << "poll failed: " << errno << " " << strerror(errno); in presentScreen()
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_new_connection.c91 #include <poll.h>
710 int nfds = poll(pollfds, npollfds, -1); in fetch_uri()
712 dief("poll", strerror(errno)); in fetch_uri()
H A Dtest_notls.c73 #include <poll.h>
648 int nfds = poll(pollfds, npollfds, -1); in fetch_uri()
650 dief("poll", strerror(errno)); in fetch_uri()
H A Dtest_request_response.c73 #include <poll.h>
698 int nfds = poll(pollfds, npollfds, -1); in fetch_uri()
700 dief("poll", strerror(errno)); in fetch_uri()
/kernel/linux/linux-5.10/drivers/xen/events/
H A Devents_base.c1997 struct sched_poll poll; in xen_poll_irq_timeout() local
1999 poll.nr_ports = 1; in xen_poll_irq_timeout()
2000 poll.timeout = timeout; in xen_poll_irq_timeout()
2001 set_xen_guest_handle(poll.ports, &evtchn); in xen_poll_irq_timeout()
2003 if (HYPERVISOR_sched_op(SCHEDOP_poll, &poll) != 0) in xen_poll_irq_timeout()
/kernel/linux/linux-6.6/drivers/xen/events/
H A Devents_base.c2057 struct sched_poll poll; in xen_poll_irq_timeout() local
2059 poll.nr_ports = 1; in xen_poll_irq_timeout()
2060 poll.timeout = timeout; in xen_poll_irq_timeout()
2061 set_xen_guest_handle(poll.ports, &evtchn); in xen_poll_irq_timeout()
2063 if (HYPERVISOR_sched_op(SCHEDOP_poll, &poll) != 0) in xen_poll_irq_timeout()
/third_party/lwip/src/core/
H A Dtcp.c51 * received), lwIP will repeatedly poll the application by calling a
372 if ((pcb->poll != NULL) && (ret != 0)) { in tcp_slow_tmr_tick()
1596 /* We check if we should poll the connection. */
2271 * be called to poll the application. The interval is specified in
2277 * received), lwIP will repeatedly poll the application by calling a
2286 tcp_poll(struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval) argument
2291 LWIP_ASSERT("invalid socket state for poll", pcb->state != LISTEN);
2294 pcb->poll = poll;
2296 LWIP_UNUSED_ARG(poll);
[all...]

Completed in 33 milliseconds

1...<<31323334353637383940>>...88