Lines Matching defs:queue
270 * happen too; maybe immediately before we queue this!
283 __func__, "queue", in->name, status);
338 __func__, "queue", out->name, status);
352 * RX tasklet takes data out of the RX queue and hands it up to the TTY
356 * If the RX queue becomes full enough that no usb_request is queued,
366 struct list_head *queue = &port->read_queue;
373 while (!list_empty(queue)) {
376 req = list_first_entry(queue, struct usb_request, list);
437 /* We want our data queue to become empty ASAP, keeping data
441 * We may leave non-empty queue only when there is a tty, and
444 if (!list_empty(queue) && !tty_throttled(tty))
447 /* If we're still connected, refill the USB RX queue. */
565 /* queue read requests */
823 /* Kickstart read queue processing. We don't do xon/xoff,
825 * read queue backs up enough we'll be NAKing OUT packets.