Searched refs:cake_calc_overhead (Results 1 – 1 of 1) sorted by relevance
1315 static u32 cake_calc_overhead(struct cake_sched_data *q, u32 len, u32 off) in cake_calc_overhead() function1361 return cake_calc_overhead(q, len, off); in cake_overhead()1393 return (cake_calc_overhead(q, len, off) * (segs - 1) + in cake_overhead()1394 cake_calc_overhead(q, last_len, off)); in cake_overhead()