Lines Matching refs:bandwidth
328 p->bandwidth = user_pipe_32.bandwidth; in cp_pipe_from_user_32()
378 p->bandwidth = user_pipe_64.bandwidth; in cp_pipe_from_user_64()
540 pipe_bp->bandwidth = p->bandwidth; in cp_pipe_to_32_user()
595 pipe_bp->bandwidth = p->bandwidth; in cp_pipe_to_64_user()
921 ((_m)->m_pkthdr.len*8*(hz*10) - (q)->numbytes + p->bandwidth - 1 ) / \
922 p->bandwidth ;
979 q->numbytes += (curr_time - q->sched_time) * p->bandwidth; in ready_event()
982 int len_scaled = p->bandwidth ? len * 8 * (hz * 10) : 0; in ready_event()
1035 p_numbytes += (curr_time - p->sched_time) * p->bandwidth; in ready_event_wfq()
1055 u_int64_t len_scaled = p->bandwidth ? len * 8 * (hz * 10) : 0; in ready_event_wfq()
1126 if (p->bandwidth > 0) { in ready_event_wfq()
1127 t = (p->bandwidth - 1 - p_numbytes) / p->bandwidth; in ready_event_wfq()
1817 if (pipe->bandwidth) { in dummynet_io()
2203 x->bandwidth = p->bandwidth; in config_pipe()
2233 dn_event.dn_event_pipe_config.bandwidth = p->bandwidth; in config_pipe()