Home
last modified time | relevance | path

Searched refs:waitlen (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssh/
H A Dmisc.c1796 u_int64_t waitlen; in bandwidth_limit() local
1813 waitlen = (double)1000000L * bw->lamt / bw->rate; in bandwidth_limit()
1815 bw->bwstart.tv_sec = waitlen / 1000000L; in bandwidth_limit()
1816 bw->bwstart.tv_usec = waitlen % 1000000L; in bandwidth_limit()