Home
last modified time | relevance | path

Searched refs:qemu_poll_ns (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/util/
H A Dfdmon-poll.c79 ret = qemu_poll_ns(pollfds, npfd, timeout); in fdmon_poll_wait()
H A Dfdmon-epoll.c69 ret = qemu_poll_ns(&pfd, 1, timeout); in fdmon_epoll_wait()
H A Dmain-loop.c305 ret = qemu_poll_ns((GPollFD *)gpollfds->data, gpollfds->len, timeout); in os_host_main_loop_wait()
521 g_poll_ret = qemu_poll_ns(poll_fds, n_poll_fds + w->num, poll_timeout_ns);
H A Dqemu-timer.c325 int qemu_poll_ns(GPollFD *fds, guint nfds, int64_t timeout) in qemu_poll_ns() function
/openbmc/qemu/include/qemu/
H A Dtimer.h757 int qemu_poll_ns(GPollFD *fds, guint nfds, int64_t timeout);
/openbmc/qemu/hw/remote/
H A Dvfio-user-obj.c247 (void)qemu_poll_ns(pfds, 1, 500 * (int64_t)SCALE_MS); in vfu_object_attach_ctx()
/openbmc/qemu/migration/
H A Drdma.c1539 switch (qemu_poll_ns(pfds, 2, 100 * 1000 * 1000)) { in qemu_rdma_wait_comp_channel()