Searched refs:abort_at (Results 1 – 1 of 1) sorted by relevance
354 struct timespec abort_at; in poll_until_done() local359 abort_at.tv_sec = now.tv_sec + POLL_LIMIT_SECONDS; in poll_until_done()360 abort_at.tv_nsec = now.tv_nsec; in poll_until_done()396 } while (timespec_before(&now, &abort_at)); in poll_until_done()