Home
last modified time | relevance | path

Searched refs:quantum (Results 1 – 7 of 7) sorted by relevance

/tools/testing/selftests/net/packetdrill/
A Dtcp_slow_start_slow-start-fq-ack-per-2pkt.pkt40 // 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)
/tools/testing/selftests/net/
A Dfq_band_pktlimit.sh30 tc qdisc replace dev dummy0 root handle 1: fq quantum 1514 initial_quantum 1514 limit 10
/tools/testing/selftests/bpf/progs/
A Dbpf_qdisc_fq.c49 u32 quantum; member
354 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()
/tools/testing/selftests/net/forwarding/
A Dsch_ets_tests.sh190 tc class change dev $put classid 10:2 ets quantum 8000
/tools/perf/Documentation/
A Dtips.txt58 To set sample time separation other than 100ms with --sort time use --time-quantum
68 …e how parallelism changes over time, try: perf report -F time,latency,parallelism --time-quantum=1s
A Dperf-report.txt129 --time-quantum (default 100ms). Specify with overhead and before it.
630 --time-quantum::
631 Configure time quantum for time sort key. Default 100ms.
/tools/include/uapi/linux/
A Dpkt_sched.h213 unsigned quantum; /* Bytes per round allocated to flow */ member
394 __u32 quantum; member

Completed in 13 milliseconds