Lines Matching defs:idleslope
20 * 'idleslope': Idleslope is the rate of credits that is
34 * sendslope = idleslope - port_transmit_rate
44 * hicredit = max_interference_size * (idleslope / port_transmit_rate)
78 s64 idleslope; /* in bytes/s */
190 credits = timediff_to_credits(now - q->last, q->idleslope);
198 delay = delay_from_credits(q->credits, q->idleslope);
293 cbs.idleslope = opt->idleslope;
393 q->idleslope = qopt->idleslope * BYTES_PER_KBIT;
464 opt.idleslope = div64_s64(q->idleslope, BYTES_PER_KBIT);