Searched refs:old_bytes_per_sec (Results 1 – 1 of 1) sorted by relevance
1295 xbow_bytes_to_gbr(bandwidth_t old_bytes_per_sec, bandwidth_t bytes_per_sec) in xbow_bytes_to_gbr() argument1304 old_bytes_per_sec, bytes_per_sec); in xbow_bytes_to_gbr()1307 gbr_granted = CEILING_BYTES_TO_GBR((XBOW_BYTES_TO_GBR(old_bytes_per_sec)), in xbow_bytes_to_gbr()1308 old_bytes_per_sec); in xbow_bytes_to_gbr()1309 new_total_bw = old_bytes_per_sec + bytes_per_sec; in xbow_bytes_to_gbr()