Searched refs:tvsec (Results 1 – 1 of 1) sorted by relevance
332 int64_t tvsec = timeout / 1000000000LL; in qemu_poll_ns() local336 if (tvsec > (int64_t)INT32_MAX) { in qemu_poll_ns()337 tvsec = INT32_MAX; in qemu_poll_ns()339 ts.tv_sec = tvsec; in qemu_poll_ns()