Searched refs:bandwidth (Results 1 – 5 of 5) sorted by relevance
382 int bandwidth; /* really, bytes/tick. */ member519 int bandwidth; /* really, bytes/tick. */ member644 int bandwidth; /* really, bytes/tick. */ member677 uint32_t bandwidth; member
273 p->bandwidth = user_pipe_32.bandwidth; in cp_pipe_from_user_32()320 p->bandwidth = user_pipe_64.bandwidth; in cp_pipe_from_user_64()468 pipe_bp->bandwidth = p->bandwidth; in cp_pipe_to_32_user()510 pipe_bp->bandwidth = p->bandwidth; in cp_pipe_to_64_user()794 ((_m)->m_pkthdr.len*8*(hz*10) - (q)->numbytes + p->bandwidth - 1 ) / \795 p->bandwidth ;852 q->numbytes += (curr_time - q->sched_time) * p->bandwidth; in ready_event()855 int len_scaled = p->bandwidth ? len * 8 * (hz * 10) : 0; in ready_event()908 p_numbytes += (curr_time - p->sched_time) * p->bandwidth; in ready_event_wfq()928 u_int64_t len_scaled = p->bandwidth ? len * 8 * (hz * 10) : 0; in ready_event_wfq()[all …]
82 options MEASURE_BW # interface bandwidth measurement # <measure_bw>87 options ICMP_BANDLIM # ICMP bandwidth limiting sysctl263 # Configure bandwidth limiting sysctl
93 "(iokit/common) bus bandwidth would be exceeded", // 0x2ec
1712 u_int64_t bandwidth; /* queue bandwidth */ member