BYTES_PER_KBIT 323 net/sched/sch_cbs.c port_rate = speed * 1000 * BYTES_PER_KBIT; BYTES_PER_KBIT 393 net/sched/sch_cbs.c q->idleslope = qopt->idleslope * BYTES_PER_KBIT; BYTES_PER_KBIT 394 net/sched/sch_cbs.c q->sendslope = qopt->sendslope * BYTES_PER_KBIT; BYTES_PER_KBIT 463 net/sched/sch_cbs.c opt.sendslope = div64_s64(q->sendslope, BYTES_PER_KBIT); BYTES_PER_KBIT 464 net/sched/sch_cbs.c opt.idleslope = div64_s64(q->idleslope, BYTES_PER_KBIT);