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

1 2 3 4

  /external/iproute2/tc/
q_red.c 59 if (get_size(&opt.qth_min, *argv)) {
124 opt.qth_max = opt.qth_min ? opt.qth_min * 3 : opt.limit / 4;
125 if (!opt.qth_min)
126 opt.qth_min = opt.qth_max / 3;
128 burst = (2 * opt.qth_min + opt.qth_max) / (3 * avpkt);
129 if ((wlog = tc_red_eval_ewma(opt.qth_min, burst, avpkt)) < 0) {
136 if ((wlog = tc_red_eval_P(opt.qth_min, opt.qth_max, probability)) < 0) {
183 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 150 if (get_size(&opt.qth_min, *argv)) {
220 if (!opt.qth_min || !opt.qth_max || !opt.limit || !avpkt ||
227 burst = (2 * opt.qth_min + opt.qth_max) / (3 * avpkt);
231 if ((wlog = tc_red_eval_ewma(opt.qth_min, burst, avpkt)) < 0) {
239 if ((wlog = tc_red_eval_P(opt.qth_min, opt.qth_max, probability)) < 0) {
312 sprint_size(qopt->qth_min, b2),
  /external/iproute2/include/linux/
pkt_sched.h 201 __u32 qth_min; /* Min average length threshold (bytes) */ member in struct:tc_sfq_qopt_v1
204 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
231 __u32 qth_min; /* Min average length threshold (bytes) */ member in struct:tc_red_qopt
234 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
266 __u32 qth_min; /* Min average length threshold (bytes) */ member in struct:tc_gred_qopt
276 __u8 Plog; /* log(P_max/(qth_max-qth_min)) */
306 __u32 qth_min; /* Min average threshold (packets) */ member in struct:tc_choke_qopt
309 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
  /bionic/libc/kernel/uapi/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
  /development/ndk/platforms/android-L/include/linux/
pkt_sched.h 161 __u32 qth_min; member in struct:tc_sfq_qopt_v1
189 __u32 qth_min; member in struct:tc_red_qopt
224 __u32 qth_min; member in struct:tc_gred_qopt
265 __u32 qth_min; member in struct:tc_choke_qopt
  /external/kernel-headers/original/uapi/linux/
pkt_sched.h 213 __u32 qth_min; /* Min average length threshold (bytes) */ member in struct:tc_sfq_qopt_v1
216 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
243 __u32 qth_min; /* Min average length threshold (bytes) */ member in struct:tc_red_qopt
246 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
278 __u32 qth_min; /* Min average length threshold (bytes) */ member in struct:tc_gred_qopt
288 __u8 Plog; /* log(P_max/(qth_max-qth_min)) */
318 __u32 qth_min; /* Min 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 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/9/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/9/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/9/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/9/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/9/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
  /development/ndk/platforms/android-3/include/linux/
pkt_sched.h 118 __u32 qth_min; member in struct:tc_red_qopt
152 __u32 qth_min; member in struct:tc_gred_qopt
  /external/libnl/include/linux/
pkt_sched.h 175 __u32 qth_min; /* Min average length threshold (bytes) */ member in struct:tc_red_qopt
178 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
211 __u32 qth_min; /* Min 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.6/sysroot/usr/include/linux/
pkt_sched.h 202 __u32 qth_min; /* Min average length threshold (bytes) */ member in struct:tc_red_qopt
205 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
238 __u32 qth_min; /* Min average length threshold (bytes) */ member in struct:tc_gred_qopt
248 __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 202 __u32 qth_min; /* Min average length threshold (bytes) */ member in struct:tc_red_qopt
205 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
238 __u32 qth_min; /* Min 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 118 __u32 qth_min; member in struct:tc_red_qopt
152 __u32 qth_min; member in struct:tc_gred_qopt
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
pkt_sched.h 118 __u32 qth_min; member in struct:tc_red_qopt
152 __u32 qth_min; member in struct:tc_gred_qopt
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
pkt_sched.h 118 __u32 qth_min; member in struct:tc_red_qopt
152 __u32 qth_min; member in struct:tc_gred_qopt
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
pkt_sched.h 118 __u32 qth_min; member in struct:tc_red_qopt
152 __u32 qth_min; member in struct:tc_gred_qopt
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
pkt_sched.h 118 __u32 qth_min; member in struct:tc_red_qopt
152 __u32 qth_min; member in struct:tc_gred_qopt
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
pkt_sched.h 118 __u32 qth_min; member in struct:tc_red_qopt
152 __u32 qth_min; member in struct:tc_gred_qopt
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
pkt_sched.h 118 __u32 qth_min; member in struct:tc_red_qopt
152 __u32 qth_min; member in struct:tc_gred_qopt

Completed in 718 milliseconds

1 2 3 4