Home
last modified time | relevance | path

Searched refs:max_sock (Results 1 – 1 of 1) sorted by last modified time

/qemu/tests/
H A Dvhost-user-bridge.c60 int max_sock; member
92 dispr->max_sock = -1; in dispatcher_init()
110 if (sock > dispr->max_sock) { in dispatcher_add()
111 dispr->max_sock = sock; in dispatcher_add()
114 sock, dispr->max_sock); in dispatcher_add()
144 int rc = select(dispr->max_sock + 1, &fdset, 0, 0, &tv); in dispatcher_wait()
158 for (sock = 0; sock < dispr->max_sock + 1; sock++) { in dispatcher_wait()