Lines Matching full:root
14 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root cbs",
17 …"matchPattern": "qdisc cbs 1: root refcnt [0-9]+ hicredit 0 locredit 0 sendslope 0 idleslope 0 off…
20 "$TC qdisc del dev $DUMMY handle 1: root"
35 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root cbs hicredit 64",
38 …"matchPattern": "qdisc cbs 1: root refcnt [0-9]+ hicredit 64 locredit 0 sendslope 0 idleslope 0 of…
41 "$TC qdisc del dev $DUMMY handle 1: root"
56 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root cbs locredit 10",
59 …"matchPattern": "qdisc cbs 1: root refcnt [0-9]+ hicredit 0 locredit 10 sendslope 0 idleslope 0 of…
62 "$TC qdisc del dev $DUMMY handle 1: root"
77 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root cbs sendslope 888",
80 …"matchPattern": "qdisc cbs 1: root refcnt [0-9]+ hicredit 0 locredit 0 sendslope 888 idleslope 0 o…
83 "$TC qdisc del dev $DUMMY handle 1: root"
98 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root cbs idleslope 666",
101 …"matchPattern": "qdisc cbs 1: root refcnt [0-9]+ hicredit 0 locredit 0 sendslope 0 idleslope 666 o…
104 "$TC qdisc del dev $DUMMY handle 1: root"
119 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root cbs hicredit 10 locredit 75 sendslope 2 i…
122 …"matchPattern": "qdisc cbs 1: root refcnt [0-9]+ hicredit 10 locredit 75 sendslope 2 idleslope 666…
125 "$TC qdisc del dev $DUMMY handle 1: root"
139 "$TC qdisc add dev $DUMMY handle 1: root cbs idleslope 666"
141 "cmdUnderTest": "$TC qdisc replace dev $DUMMY handle 1: root cbs sendslope 10",
144 …"matchPattern": "qdisc cbs 1: root refcnt [0-9]+ hicredit 0 locredit 0 sendslope 10 idleslope 0 of…
147 "$TC qdisc del dev $DUMMY handle 1: root"
161 "$TC qdisc add dev $DUMMY handle 1: root cbs idleslope 666"
163 "cmdUnderTest": "$TC qdisc change dev $DUMMY handle 1: root cbs idleslope 1",
166 …"matchPattern": "qdisc cbs 1: root refcnt [0-9]+ hicredit 0 locredit 0 sendslope 0 idleslope 1 off…
169 "$TC qdisc del dev $DUMMY handle 1: root"
183 "$TC qdisc add dev $DUMMY handle 1: root cbs idleslope 666"
185 "cmdUnderTest": "$TC qdisc del dev $DUMMY handle 1: root",
188 …"matchPattern": "qdisc cbs 1: root refcnt [0-9]+ hicredit 0 locredit 0 sendslope 0 idleslope 1 off…
205 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root cbs",
211 "$TC qdisc del dev $DUMMY handle 1: root"