Searched refs:qemu_poll_ns (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/util/ |
H A D | fdmon-poll.c | 79 ret = qemu_poll_ns(pollfds, npfd, timeout); in fdmon_poll_wait()
|
H A D | fdmon-epoll.c | 69 ret = qemu_poll_ns(&pfd, 1, timeout); in fdmon_epoll_wait()
|
H A D | main-loop.c | 305 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 D | qemu-timer.c | 325 int qemu_poll_ns(GPollFD *fds, guint nfds, int64_t timeout) in qemu_poll_ns() function
|
/openbmc/qemu/include/qemu/ |
H A D | timer.h | 757 int qemu_poll_ns(GPollFD *fds, guint nfds, int64_t timeout);
|
/openbmc/qemu/hw/remote/ |
H A D | vfio-user-obj.c | 247 (void)qemu_poll_ns(pfds, 1, 500 * (int64_t)SCALE_MS); in vfu_object_attach_ctx()
|
/openbmc/qemu/migration/ |
H A D | rdma.c | 1539 switch (qemu_poll_ns(pfds, 2, 100 * 1000 * 1000)) { in qemu_rdma_wait_comp_channel()
|