Lines Matching defs:fq_trees_log
118 u8 fq_trees_log;
302 root = &q->fq_root[hash_ptr(sk, q->fq_trees_log)];
304 if (q->flows >= (2U << q->fq_trees_log) &&
678 for (idx = 0; idx < (1U << q->fq_trees_log); idx++) {
754 if (q->fq_root && log == q->fq_trees_log)
770 fq_rehash(q, old_fq_root, q->fq_trees_log, array, log);
773 q->fq_trees_log = log;
822 fq_log = q->fq_trees_log;
945 q->fq_trees_log = ilog2(1024);
962 err = fq_resize(sch, q->fq_trees_log);
996 nla_put_u32(skb, TCA_FQ_BUCKETS_LOG, q->fq_trees_log) ||