Lines Matching defs:queue
137 struct rb_node pq_node; /* node for event queue */
207 * @sch: the active queue discipline
217 * then finish and return direct queue.
307 * htb_add_to_wait_tree - adds class to the event queue with delay
308 * @q: the priority event queue
312 * The class is added to priority event queue to indicate that class will
314 * already in the queue.
356 * @q: the priority event queue
388 * @q: the priority event queue
418 * @q: the priority event queue
458 * @q: the priority event queue
550 * @q: the priority event queue
556 * and add class to the wait event queue if appropriate. New mode should
585 * @q: the priority event queue
604 * @q: the priority event queue
627 /* enqueue to helper queue */
685 * @q: the priority event queue
695 * CAN_SEND) because we can use more precise clock that event queue here.
696 * In such case we remove class from event queue first.
738 * @q: the priority event queue
742 * Scans event queue for pending events and applies them. Returns time of
996 /* always caled under BH & queue lock */
1408 struct netdev_queue *queue;
1410 queue = cl->leaf.offload_queue;
1412 WARN_ON(cl->leaf.q->dev_queue != queue);
1414 return queue;