Lines Matching defs:queue
139 * queue from outbound SKBs, but these never reference back to the
215 * The file owning the queue got closed, give up both
220 * to the queue again after destroying it.
246 * Select a queue based on the rxq of the device on which this packet
248 * to select a queue. If all fails, find the first available queue.
255 struct tap_queue *queue = NULL;
257 * isn't. Below we use it to lookup a queue, but treat it as a hint
259 * racing against queue removal.
270 /* Check if we can use flow to select a queue */
273 queue = rcu_dereference(tap->taps[rxq % numvtaps]);
283 queue = rcu_dereference(tap->taps[rxq]);
288 queue = rcu_dereference(tap->taps[0]);
290 return queue;
842 /* Read frames from the queue */