Lines Matching defs:pending
50 * @max_msg: Maximum number of pending messages for this channel.
62 /* lock to protect access to the pending list. */
351 /* Process possibly still pending messages */
588 * This approach was deemed preferable since those pending timed-out buffers are
661 * we have 'seemingly' emptied the virtqueue; if some buffers are still pending
682 bool pending, found = false;
713 pending = virtqueue_poll(vioch->vqueue, msg->poll_idx);
714 if (!pending) {
778 pending = !virtqueue_enable_cb(vioch->vqueue);
781 pending = virtqueue_poll(vioch->vqueue, msg->poll_idx);
784 if (vioch->deferred_tx_wq && (any_prefetched || pending))
858 "%s virtqueue could hold %d messages. Only %ld allowed to be pending.\n",