Home
last modified time | relevance | path

Searched refs:poll (Results 1 – 25 of 51) sorted by relevance

123

/qemu/hw/i386/kvm/
H A Di8259.c59 s->poll = kpic->poll; in kvm_pic_get()
87 kpic->poll = s->poll; in kvm_pic_put()
/qemu/qapi/
H A Dmisc.json79 # @poll-max-ns: maximum polling time in ns, 0 means polling is
82 # @poll-grow: how many ns will be added to polling time, 0 means that
85 # @poll-shrink: how many ns will be removed from polling time, 0 means
96 'poll-max-ns': 'int',
97 'poll-grow': 'int',
98 'poll-shrink': 'int',
H A Daudio.json78 # @try-poll: attempt to use poll mode, falling back to non-polling
88 '*try-poll': 'bool' } }
242 # @try-poll: attempt to use poll mode, falling back to non-polling
252 '*try-poll': 'bool' } }
H A Dqom.json546 # @poll-max-ns: the maximum number of nanoseconds to busy wait for
550 # @poll-grow: the multiplier used to increase the polling time when
554 # @poll-shrink: the divisor used to decrease the polling time when the
564 'data': { '*poll-max-ns': 'int',
565 '*poll-grow': 'int',
566 '*poll-shrink': 'int' } }
/qemu/hw/net/
H A Dvhost_net.c279 if (net->nc->info->poll) { in vhost_net_start_one()
280 net->nc->info->poll(net->nc, false); in vhost_net_start_one()
320 if (net->nc->info->poll) { in vhost_net_start_one()
321 net->nc->info->poll(net->nc, true); in vhost_net_start_one()
341 if (net->nc->info->poll) { in vhost_net_stop_one()
342 net->nc->info->poll(net->nc, true); in vhost_net_stop_one()
/qemu/scripts/coverity-scan/
H A Dmodel.c261 int poll();
265 return poll(fds, nfds, timeout); in g_poll()
/qemu/hw/intc/
H A Di8259.c250 s->poll = 1; in pic_ioport_write()
330 if (s->poll) { in pic_ioport_read()
338 s->poll = 0; in pic_ioport_read()
H A Di8259_common.c46 s->poll = 0; in pic_reset_common()
179 VMSTATE_UINT8(poll, PICCommonState),
/qemu/include/hw/isa/
H A Di8259_internal.h54 uint8_t poll; member
/qemu/net/
H A Dslirp.c361 MainLoopPoll *poll = data; in net_slirp_poll_notify() local
364 switch (poll->state) { in net_slirp_poll_notify()
366 slirp_pollfds_fill(s->slirp, &poll->timeout, in net_slirp_poll_notify()
367 net_slirp_add_poll, poll->pollfds); in net_slirp_poll_notify()
371 slirp_pollfds_poll(s->slirp, poll->state == MAIN_LOOP_POLL_ERR, in net_slirp_poll_notify()
372 net_slirp_get_revents, poll->pollfds); in net_slirp_poll_notify()
H A Dnetmap.c387 .poll = netmap_poll,
H A Daf-xdp.c404 .poll = af_xdp_poll,
/qemu/hw/usb/
H A Dhost-libusb.c285 const struct libusb_pollfd **poll; in usb_host_init() local
308 poll = libusb_get_pollfds(ctx); in usb_host_init()
309 if (poll) { in usb_host_init()
311 for (i = 0; poll[i] != NULL; i++) { in usb_host_init()
312 usb_host_add_fd(poll[i]->fd, poll[i]->events, ctx); in usb_host_init()
315 free(poll); in usb_host_init()
/qemu/block/
H A Dio.c256 bool poll; member
287 bool poll);
299 bdrv_do_drained_begin(bs, data->parent, data->poll); in bdrv_co_drain_bh_cb()
301 assert(!data->poll); in bdrv_co_drain_bh_cb()
316 bool poll) in bdrv_co_yield_to_drain() argument
331 .poll = poll, in bdrv_co_yield_to_drain()
348 bool poll) in bdrv_do_drained_begin() argument
353 bdrv_co_yield_to_drain(bs, true, parent, poll); in bdrv_do_drained_begin()
377 if (poll) { in bdrv_do_drained_begin()
/qemu/util/
H A Duserfaultfd.c373 res = poll(&poll_fd, 1, tmo); in uffd_poll_events()
H A Dmeson.build8 util_ss.add(files('fdmon-poll.c'))
/qemu/docs/system/i386/
H A Dkvm-pv.rst66 ``kvm-poll-control``
/qemu/linux-user/mips/
H A Dsyscall-args-o32.c.inc189 [ 188] = 3, /* poll */
/qemu/python/qemu/machine/
H A Dmachine.py265 return self._popen is not None and self._popen.poll() is None
277 return self._popen.poll()
/qemu/include/net/
H A Dnet.h83 NetPoll *poll; member
/qemu/tests/unit/
H A Dmeson.build118 'test-nested-aio-poll': [testblock],
/qemu/bsd-user/netbsd/
H A Dstrace.list88 { TARGET_NETBSD_NR_poll, "poll", NULL, NULL, NULL },
/qemu/docs/devel/migration/
H A DCPR.rst41 the user should poll to see the suspended state before proceeding
/qemu/bsd-user/openbsd/
H A Dstrace.list111 { TARGET_OPENBSD_NR_poll, "poll", NULL, NULL, NULL },
/qemu/linux-user/mips64/
H A Dsyscall_n32.tbl17 7 n32 poll sys_poll

123