HomeSort by relevance Sort by last modified time
    Searched refs:qth_max (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/iproute2/tc/
q_choke.c 73 if (get_unsigned(&opt.qth_max, *argv, 0)) {
115 if (!opt.qth_max)
116 opt.qth_max = opt.limit / 4;
118 opt.qth_min = opt.qth_max / 3;
120 burst = (2 * opt.qth_min + opt.qth_max) / 3;
122 if (opt.qth_max > opt.limit) {
127 if (opt.qth_min >= opt.qth_max) {
141 wlog = tc_red_eval_P(opt.qth_min*avpkt, opt.qth_max*avpkt, probability);
188 qopt->limit, qopt->qth_min, qopt->qth_max);
q_sfq.c 115 if (get_u32(&opt.qth_max, *argv, 0)) {
166 if (!opt.qth_max)
167 opt.qth_max = opt.limit / 4;
169 opt.qth_min = opt.qth_max / 3;
171 burst = (2 * opt.qth_min + opt.qth_max) / (3 * avpkt);
173 if (opt.qth_max > opt.limit) {
178 if (opt.qth_min >= opt.qth_max) {
192 wlog = tc_red_eval_P(opt.qth_min, opt.qth_max, probability);
238 sprint_size(qopt_ext->qth_max, b3),
q_red.c 65 if (get_size(&opt.qth_max, *argv)) {
123 if (!opt.qth_max)
124 opt.qth_max = opt.qth_min ? opt.qth_min * 3 : opt.limit / 4;
126 opt.qth_min = opt.qth_max / 3;
128 burst = (2 * opt.qth_min + opt.qth_max) / (3 * avpkt);
136 if ((wlog = tc_red_eval_P(opt.qth_min, opt.qth_max, probability)) < 0) {
184 sprint_size(qopt->qth_max, b3));
q_gred.c 157 if (get_size(&opt.qth_max, *argv)) {
220 if (!opt.qth_min || !opt.qth_max || !opt.limit || !avpkt ||
227 burst = (2 * opt.qth_min + opt.qth_max) / (3 * avpkt);
239 if ((wlog = tc_red_eval_P(opt.qth_min, opt.qth_max, probability)) < 0) {
313 sprint_size(qopt->qth_max, b3));
  /external/iproute2/include/linux/
pkt_sched.h 202 __u32 qth_max; /* Max average length threshold (bytes) */ member in struct:tc_sfq_qopt_v1
204 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
232 __u32 qth_max; /* Max average length threshold (bytes) */ member in struct:tc_red_qopt
234 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
267 __u32 qth_max; /* Max average length threshold (bytes) */ member in struct:tc_gred_qopt
276 __u8 Plog; /* log(P_max/(qth_max-qth_min)) */
307 __u32 qth_max; /* Max average threshold (packets) */ member in struct:tc_choke_qopt
309 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
pkt_sched.h 192 __u32 qth_max; /* Max average length threshold (bytes) */ member in struct:tc_red_qopt
194 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
225 __u32 qth_max; /* Max average length threshold (bytes) */ member in struct:tc_gred_qopt
234 __u8 Plog; /* log(P_max/(qth_max-qth_min)) */
264 __u32 qth_max; /* Max average threshold (packets) */ member in struct:tc_choke_qopt
266 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
  /bionic/libc/kernel/uapi/linux/
pkt_sched.h 175 __u32 qth_max; member in struct:tc_sfq_qopt_v1
202 __u32 qth_max; member in struct:tc_red_qopt
237 __u32 qth_max; member in struct:tc_gred_qopt
279 __u32 qth_max; member in struct:tc_choke_qopt
  /development/ndk/platforms/android-21/include/linux/
pkt_sched.h 175 __u32 qth_max; member in struct:tc_sfq_qopt_v1
202 __u32 qth_max; member in struct:tc_red_qopt
237 __u32 qth_max; member in struct:tc_gred_qopt
279 __u32 qth_max; member in struct:tc_choke_qopt
  /external/kernel-headers/original/uapi/linux/
pkt_sched.h 214 __u32 qth_max; /* Max average length threshold (bytes) */ member in struct:tc_sfq_qopt_v1
216 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
244 __u32 qth_max; /* Max average length threshold (bytes) */ member in struct:tc_red_qopt
246 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
279 __u32 qth_max; /* Max average length threshold (bytes) */ member in struct:tc_gred_qopt
288 __u8 Plog; /* log(P_max/(qth_max-qth_min)) */
319 __u32 qth_max; /* Max average threshold (packets) */ member in struct:tc_choke_qopt
321 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
pkt_sched.h 175 __u32 qth_max; member in struct:tc_sfq_qopt_v1
202 __u32 qth_max; member in struct:tc_red_qopt
237 __u32 qth_max; member in struct:tc_gred_qopt
279 __u32 qth_max; member in struct:tc_choke_qopt
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
pkt_sched.h 175 __u32 qth_max; member in struct:tc_sfq_qopt_v1
202 __u32 qth_max; member in struct:tc_red_qopt
237 __u32 qth_max; member in struct:tc_gred_qopt
279 __u32 qth_max; member in struct:tc_choke_qopt
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
pkt_sched.h 175 __u32 qth_max; member in struct:tc_sfq_qopt_v1
202 __u32 qth_max; member in struct:tc_red_qopt
237 __u32 qth_max; member in struct:tc_gred_qopt
279 __u32 qth_max; member in struct:tc_choke_qopt
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
pkt_sched.h 175 __u32 qth_max; member in struct:tc_sfq_qopt_v1
202 __u32 qth_max; member in struct:tc_red_qopt
237 __u32 qth_max; member in struct:tc_gred_qopt
279 __u32 qth_max; member in struct:tc_choke_qopt
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
pkt_sched.h 175 __u32 qth_max; member in struct:tc_sfq_qopt_v1
202 __u32 qth_max; member in struct:tc_red_qopt
237 __u32 qth_max; member in struct:tc_gred_qopt
279 __u32 qth_max; member in struct:tc_choke_qopt
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
pkt_sched.h 175 __u32 qth_max; member in struct:tc_sfq_qopt_v1
202 __u32 qth_max; member in struct:tc_red_qopt
237 __u32 qth_max; member in struct:tc_gred_qopt
279 __u32 qth_max; member in struct:tc_choke_qopt
  /development/ndk/platforms/android-3/include/linux/
pkt_sched.h 119 __u32 qth_max; member in struct:tc_red_qopt
153 __u32 qth_max; member in struct:tc_gred_qopt
  /external/libnl/include/linux/
pkt_sched.h 176 __u32 qth_max; /* Max average length threshold (bytes) */ member in struct:tc_red_qopt
178 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
212 __u32 qth_max; /* Max average length threshold (bytes) */ member in struct:tc_gred_qopt
221 __u8 Plog; /* log(P_max/(qth_max-qth_min)) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
pkt_sched.h 203 __u32 qth_max; /* Max average length threshold (bytes) */ member in struct:tc_red_qopt
205 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
239 __u32 qth_max; /* Max average length threshold (bytes) */ member in struct:tc_gred_qopt
248 __u8 Plog; /* log(P_max/(qth_max-qth_min)) */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
pkt_sched.h 119 __u32 qth_max; member in struct:tc_red_qopt
153 __u32 qth_max; member in struct:tc_gred_qopt
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
pkt_sched.h 119 __u32 qth_max; member in struct:tc_red_qopt
153 __u32 qth_max; member in struct:tc_gred_qopt
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
pkt_sched.h 119 __u32 qth_max; member in struct:tc_red_qopt
153 __u32 qth_max; member in struct:tc_gred_qopt
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
pkt_sched.h 119 __u32 qth_max; member in struct:tc_red_qopt
153 __u32 qth_max; member in struct:tc_gred_qopt
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
pkt_sched.h 119 __u32 qth_max; member in struct:tc_red_qopt
153 __u32 qth_max; member in struct:tc_gred_qopt
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
pkt_sched.h 119 __u32 qth_max; member in struct:tc_red_qopt
153 __u32 qth_max; member in struct:tc_gred_qopt
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
pkt_sched.h 119 __u32 qth_max; member in struct:tc_red_qopt
153 __u32 qth_max; member in struct:tc_gred_qopt

Completed in 1045 milliseconds

1 2 3 4