Searched refs:bandwidth (Results 1 – 6 of 6) sorted by relevance
382 int bandwidth; /* really, bytes/tick. */ member519 int bandwidth; /* really, bytes/tick. */ member644 int bandwidth; /* really, bytes/tick. */ member679 uint32_t bandwidth; member
279 p->bandwidth = user_pipe_32.bandwidth; in cp_pipe_from_user_32()327 p->bandwidth = user_pipe_64.bandwidth; in cp_pipe_from_user_64()476 pipe_bp->bandwidth = p->bandwidth; in cp_pipe_to_32_user()518 pipe_bp->bandwidth = p->bandwidth; in cp_pipe_to_64_user()798 p->bandwidth ;858 int len_scaled = p->bandwidth ? len * 8 * (hz * 10) : 0; in ready_event()1002 if (p->bandwidth > 0) { in ready_event_wfq()1003 t = (p->bandwidth - 1 - p_numbytes) / p->bandwidth; in ready_event_wfq()1693 if (pipe->bandwidth) { in dummynet_io()2067 x->bandwidth = p->bandwidth; in config_pipe()[all …]
732 struct bandwidth { struct1062 struct bandwidth *bw = &ne->netem_bandwidth_model; in rate_limiter()1517 struct bandwidth *bw = &ne->netem_bandwidth_model; in netem_set_params()1592 struct bandwidth *bw = &ne->netem_bandwidth_model; in netem_get_params()
93 "(iokit/common) bus bandwidth would be exceeded", // 0x2ec
70 options MEASURE_BW # interface bandwidth measurement # <measure_bw>
1786 u_int64_t bandwidth; /* queue bandwidth */ member