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

1 2 3 4 5

  /external/iproute2/tc/
q_red.c 59 if (get_size(&opt.qth_min, *argv)) {
121 opt.qth_max = opt.qth_min ? opt.qth_min * 3 : opt.limit / 4;
122 if (!opt.qth_min)
123 opt.qth_min = opt.qth_max / 3;
125 burst = (2 * opt.qth_min + opt.qth_max) / (3 * avpkt);
130 if ((parm = tc_red_eval_ewma(opt.qth_min, burst, avpkt)) < 0) {
137 if ((parm = tc_red_eval_P(opt.qth_min, opt.qth_max, probability)) < 0) {
184 sprint_size(qopt->qth_min, b2),
q_sfq.c 108 if (get_u32(&opt.qth_min, *argv, 0)) {
168 if (!opt.qth_min)
169 opt.qth_min = opt.qth_max / 3;
171 burst = (2 * opt.qth_min + opt.qth_max) / (3 * avpkt);
178 if (opt.qth_min >= opt.qth_max) {
183 wlog = tc_red_eval_ewma(opt.qth_min, burst, avpkt);
192 wlog = tc_red_eval_P(opt.qth_min, opt.qth_max, probability);
234 if (qopt_ext && qopt_ext->qth_min) {
237 sprint_size(qopt_ext->qth_min, b2),
q_choke.c 67 if (get_unsigned(&opt.qth_min, *argv, 0)) {
117 if (!opt.qth_min)
118 opt.qth_min = opt.qth_max / 3;
120 burst = (2 * opt.qth_min + opt.qth_max) / 3;
127 if (opt.qth_min >= opt.qth_max) {
132 wlog = tc_red_eval_ewma(opt.qth_min*avpkt, burst, avpkt);
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_gred.c 153 if (get_size(&opt.qth_min, *argv)) {
225 if (opt.DP == MAX_DPs || !opt.limit || !opt.qth_min || !opt.qth_max ||
232 burst = (2 * opt.qth_min + opt.qth_max) / (3 * avpkt);
239 if ((parm = tc_red_eval_ewma(opt.qth_min, burst, avpkt)) < 0) {
247 if ((parm = tc_red_eval_P(opt.qth_min, opt.qth_max, probability)) < 0) {
323 sprint_size(qopt->qth_min, b2),
  /external/libnl/include/linux-private/linux/
pkt_sched.h 212 __u32 qth_min; /* Min average length threshold (bytes) */ member in struct:tc_red_qopt
215 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
245 __u32 qth_min; /* Min average length threshold (bytes) */ member in struct:tc_gred_qopt
255 __u8 Plog; /* log(P_max/(qth_max-qth_min)) */
284 __u32 qth_min; /* Min average threshold (packets) */ member in struct:tc_choke_qopt
287 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 191 __u32 qth_min; /* Min average length threshold (bytes) */ member in struct:tc_red_qopt
194 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
224 __u32 qth_min; /* Min average length threshold (bytes) */ member in struct:tc_gred_qopt
234 __u8 Plog; /* log(P_max/(qth_max-qth_min)) */
263 __u32 qth_min; /* Min 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 179 __u32 qth_min; member in struct:tc_sfq_qopt_v1
206 __u32 qth_min; member in struct:tc_red_qopt
242 __u32 qth_min; member in struct:tc_gred_qopt
284 __u32 qth_min; member in struct:tc_choke_qopt
  /development/ndk/platforms/android-21/include/linux/
pkt_sched.h 174 __u32 qth_min; member in struct:tc_sfq_qopt_v1
201 __u32 qth_min; member in struct:tc_red_qopt
236 __u32 qth_min; member in struct:tc_gred_qopt
277 __u32 qth_min; member in struct:tc_choke_qopt
  /external/iproute2/include/linux/
pkt_sched.h 217 __u32 qth_min; /* Min average length threshold (bytes) */ member in struct:tc_sfq_qopt_v1
220 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
247 __u32 qth_min; /* Min average length threshold (bytes) */ member in struct:tc_red_qopt
250 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
283 __u32 qth_min; /* Min average length threshold (bytes) */ member in struct:tc_gred_qopt
293 __u8 Plog; /* log(P_max/(qth_max-qth_min)) */
323 __u32 qth_min; /* Min average threshold (packets) */ member in struct:tc_choke_qopt
326 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
  /external/kernel-headers/original/uapi/linux/
pkt_sched.h 218 __u32 qth_min; /* Min average length threshold (bytes) */ member in struct:tc_sfq_qopt_v1
221 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
248 __u32 qth_min; /* Min average length threshold (bytes) */ member in struct:tc_red_qopt
251 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
284 __u32 qth_min; /* Min average length threshold (bytes) */ member in struct:tc_gred_qopt
294 __u8 Plog; /* log(P_max/(qth_max-qth_min)) */
324 __u32 qth_min; /* Min average threshold (packets) */ member in struct:tc_choke_qopt
327 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/
pkt_sched.h 174 __u32 qth_min; member in struct:tc_sfq_qopt_v1
201 __u32 qth_min; member in struct:tc_red_qopt
236 __u32 qth_min; member in struct:tc_gred_qopt
277 __u32 qth_min; member in struct:tc_choke_qopt
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/
pkt_sched.h 174 __u32 qth_min; member in struct:tc_sfq_qopt_v1
201 __u32 qth_min; member in struct:tc_red_qopt
236 __u32 qth_min; member in struct:tc_gred_qopt
277 __u32 qth_min; member in struct:tc_choke_qopt
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/
pkt_sched.h 174 __u32 qth_min; member in struct:tc_sfq_qopt_v1
201 __u32 qth_min; member in struct:tc_red_qopt
236 __u32 qth_min; member in struct:tc_gred_qopt
277 __u32 qth_min; member in struct:tc_choke_qopt
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/
pkt_sched.h 174 __u32 qth_min; member in struct:tc_sfq_qopt_v1
201 __u32 qth_min; member in struct:tc_red_qopt
236 __u32 qth_min; member in struct:tc_gred_qopt
277 __u32 qth_min; member in struct:tc_choke_qopt
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/linux/
pkt_sched.h 174 __u32 qth_min; member in struct:tc_sfq_qopt_v1
201 __u32 qth_min; member in struct:tc_red_qopt
236 __u32 qth_min; member in struct:tc_gred_qopt
277 __u32 qth_min; member in struct:tc_choke_qopt
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/linux/
pkt_sched.h 174 __u32 qth_min; member in struct:tc_sfq_qopt_v1
201 __u32 qth_min; member in struct:tc_red_qopt
236 __u32 qth_min; member in struct:tc_gred_qopt
277 __u32 qth_min; member in struct:tc_choke_qopt
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/linux/
pkt_sched.h 174 __u32 qth_min; member in struct:tc_sfq_qopt_v1
201 __u32 qth_min; member in struct:tc_red_qopt
236 __u32 qth_min; member in struct:tc_gred_qopt
277 __u32 qth_min; member in struct:tc_choke_qopt
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/linux/
pkt_sched.h 174 __u32 qth_min; member in struct:tc_sfq_qopt_v1
201 __u32 qth_min; member in struct:tc_red_qopt
236 __u32 qth_min; member in struct:tc_gred_qopt
277 __u32 qth_min; member in struct:tc_choke_qopt
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/linux/
pkt_sched.h 174 __u32 qth_min; member in struct:tc_sfq_qopt_v1
201 __u32 qth_min; member in struct:tc_red_qopt
236 __u32 qth_min; member in struct:tc_gred_qopt
277 __u32 qth_min; member in struct:tc_choke_qopt
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/linux/
pkt_sched.h 174 __u32 qth_min; member in struct:tc_sfq_qopt_v1
201 __u32 qth_min; member in struct:tc_red_qopt
236 __u32 qth_min; member in struct:tc_gred_qopt
277 __u32 qth_min; member in struct:tc_choke_qopt
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/linux/
pkt_sched.h 174 __u32 qth_min; member in struct:tc_sfq_qopt_v1
201 __u32 qth_min; member in struct:tc_red_qopt
236 __u32 qth_min; member in struct:tc_gred_qopt
277 __u32 qth_min; member in struct:tc_choke_qopt
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/linux/
pkt_sched.h 174 __u32 qth_min; member in struct:tc_sfq_qopt_v1
201 __u32 qth_min; member in struct:tc_red_qopt
236 __u32 qth_min; member in struct:tc_gred_qopt
277 __u32 qth_min; member in struct:tc_choke_qopt
  /prebuilts/ndk/r11/platforms/android-21/arch-arm/usr/include/linux/
pkt_sched.h 174 __u32 qth_min; member in struct:tc_sfq_qopt_v1
201 __u32 qth_min; member in struct:tc_red_qopt
236 __u32 qth_min; member in struct:tc_gred_qopt
277 __u32 qth_min; member in struct:tc_choke_qopt
  /prebuilts/ndk/r11/platforms/android-21/arch-arm64/usr/include/linux/
pkt_sched.h 174 __u32 qth_min; member in struct:tc_sfq_qopt_v1
201 __u32 qth_min; member in struct:tc_red_qopt
236 __u32 qth_min; member in struct:tc_gred_qopt
277 __u32 qth_min; member in struct:tc_choke_qopt
  /prebuilts/ndk/r11/platforms/android-21/arch-mips/usr/include/linux/
pkt_sched.h 174 __u32 qth_min; member in struct:tc_sfq_qopt_v1
201 __u32 qth_min; member in struct:tc_red_qopt
236 __u32 qth_min; member in struct:tc_gred_qopt
277 __u32 qth_min; member in struct:tc_choke_qopt

Completed in 697 milliseconds

1 2 3 4 5