Searched refs:lamt (Results 1 – 2 of 2) sorted by relevance
1004 bw->lamt = 0; in bandwidth_limit_init()1021 bw->lamt += read_len; in bandwidth_limit()1022 if (bw->lamt < bw->thresh) in bandwidth_limit()1030 bw->lamt *= 8; in bandwidth_limit()1031 waitlen = (double)1000000L * bw->lamt / bw->rate; in bandwidth_limit()1058 bw->lamt = 0; in bandwidth_limit()
120 u_int64_t rate, thresh, lamt; member