Home
last modified time | relevance | path

Searched refs:poll_fd (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/virtio/virtio-trace/
H A Dtrace-agent-ctl.c50 struct pollfd poll_fd; in wait_order() local
54 poll_fd.fd = ctl_fd; in wait_order()
55 poll_fd.events = POLLIN; in wait_order()
57 ret = poll(&poll_fd, 1, EVENT_WAIT_MSEC); in wait_order()
/kernel/linux/linux-6.6/tools/virtio/virtio-trace/
H A Dtrace-agent-ctl.c50 struct pollfd poll_fd; in wait_order() local
54 poll_fd.fd = ctl_fd; in wait_order()
55 poll_fd.events = POLLIN; in wait_order()
57 ret = poll(&poll_fd, 1, EVENT_WAIT_MSEC); in wait_order()

Completed in 2 milliseconds