Searched refs:quantum (Results 1 – 7 of 7) sorted by relevance
40 // So FQ will allow following packet to be sent a bit earlier (quantum/2)41 // (FQ commit allows an application/cwnd limited flow to get at most quantum/2 extra credit)
30 tc qdisc replace dev dummy0 root handle 1: fq quantum 1514 initial_quantum 1514 limit 10
49 u32 quantum; member354 if (flow_copy->credit < q.quantum) in BPF_PROG()355 flow_copy->credit = q.quantum; in BPF_PROG()492 flow->credit += q.quantum; in fq_dequeue_nonprio_flows()728 q.quantum = 2 * psched_mtu; in BPF_PROG()
190 tc class change dev $put classid 10:2 ets quantum 8000
58 To set sample time separation other than 100ms with --sort time use --time-quantum68 …e how parallelism changes over time, try: perf report -F time,latency,parallelism --time-quantum=1s
129 --time-quantum (default 100ms). Specify with overhead and before it.630 --time-quantum::631 Configure time quantum for time sort key. Default 100ms.
213 unsigned quantum; /* Bytes per round allocated to flow */ member394 __u32 quantum; member
Completed in 13 milliseconds