max_bands 157 include/uapi/linux/pkt_sched.h __u16 max_bands; /* Maximum number of queues */ max_bands 21 net/sched/sch_multiq.c u16 max_bands; max_bands 189 net/sched/sch_multiq.c removed = kmalloc(sizeof(*removed) * (q->max_bands - q->bands), max_bands 196 net/sched/sch_multiq.c for (i = q->bands; i < q->max_bands; i++) { max_bands 251 net/sched/sch_multiq.c q->max_bands = qdisc_dev(sch)->num_tx_queues; max_bands 253 net/sched/sch_multiq.c q->queues = kcalloc(q->max_bands, sizeof(struct Qdisc *), GFP_KERNEL); max_bands 256 net/sched/sch_multiq.c for (i = 0; i < q->max_bands; i++) max_bands 269 net/sched/sch_multiq.c opt.max_bands = q->max_bands; max_bands 156 tools/include/uapi/linux/pkt_sched.h __u16 max_bands; /* Maximum number of queues */