Home
last modified time | relevance | path

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

/external/openssh/
Dmisc.c1018 u_int64_t waitlen; in bandwidth_limit() local
1036 waitlen = (double)1000000L * bw->lamt / bw->rate; in bandwidth_limit()
1038 bw->bwstart.tv_sec = waitlen / 1000000L; in bandwidth_limit()
1039 bw->bwstart.tv_usec = waitlen % 1000000L; in bandwidth_limit()