Searched refs:curband (Results 1 – 1 of 1) sorted by relevance
22 u16 curband; member96 q->curband++; in multiq_dequeue()97 if (q->curband >= q->bands) in multiq_dequeue()98 q->curband = 0; in multiq_dequeue()105 qdisc = q->queues[q->curband]; in multiq_dequeue()121 unsigned int curband = q->curband; in multiq_peek() local128 curband++; in multiq_peek()129 if (curband >= q->bands) in multiq_peek()130 curband = 0; in multiq_peek()137 qdisc = q->queues[curband]; in multiq_peek()[all …]