Home
last modified time | relevance | path

Searched refs:bandwidth (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.61.12/bsd/netinet/
H A Dip_dummynet.h383 int bandwidth; /* really, bytes/tick. */ member
520 int bandwidth; /* really, bytes/tick. */ member
645 int bandwidth; /* really, bytes/tick. */ member
680 uint32_t bandwidth; member
H A Dip_dummynet.c328 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()
[all …]
/xnu-12377.61.12/bsd/net/pktsched/
H A Dpktsched_netem.c732 struct bandwidth { struct
1062 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()
/xnu-12377.61.12/libsyscall/mach/
H A Derr_iokit.sub93 "(iokit/common) bus bandwidth would be exceeded", // 0x2ec
/xnu-12377.61.12/config/
H A DMASTER69 options MEASURE_BW # interface bandwidth measurement # <measure_bw>
/xnu-12377.61.12/bsd/net/
H A Dpfvar.h1786 u_int64_t bandwidth; /* queue bandwidth */ member