Searched refs:next_timeout (Results 1 – 1 of 1) sorted by relevance
1261 long long next_timeout = *((long long *)data); in maybe_add_console_evtchn_fd() local1265 if (!next_timeout || in maybe_add_console_evtchn_fd()1266 con->next_period < next_timeout) in maybe_add_console_evtchn_fd()1267 next_timeout = con->next_period; in maybe_add_console_evtchn_fd()1276 *((long long *)data) = next_timeout; in maybe_add_console_evtchn_fd()1353 long long now, next_timeout = 0; in handle_io() local1374 (void *)&next_timeout); in handle_io()1381 if (next_timeout) { in handle_io()1382 long long duration = (next_timeout - now); in handle_io()1388 ret = poll(fds, nr_fds, next_timeout ? poll_timeout : -1); in handle_io()
Completed in 12 milliseconds