Searched refs:curband (Results 1 – 1 of 1) sorted by relevance
33 u16 curband; member103 q->curband++; in multiq_dequeue()104 if (q->curband >= q->bands) in multiq_dequeue()105 q->curband = 0; in multiq_dequeue()111 netdev_get_tx_queue(qdisc_dev(sch), q->curband))) { in multiq_dequeue()112 qdisc = q->queues[q->curband]; in multiq_dequeue()128 unsigned int curband = q->curband; in multiq_peek() local135 curband++; in multiq_peek()136 if (curband >= q->bands) in multiq_peek()137 curband = 0; in multiq_peek()[all …]