Searched refs:virtqueue_detach_unused_buf (Results 1 – 11 of 11) sorted by relevance
59 void *virtqueue_detach_unused_buf(struct virtqueue *vq);
85 void *virtqueue_detach_unused_buf(struct virtqueue *vq);
640 while ((pkt = virtqueue_detach_unused_buf(vsock->vqs[VSOCK_VQ_RX]))) in virtio_vsock_vqs_del()645 while ((pkt = virtqueue_detach_unused_buf(vsock->vqs[VSOCK_VQ_TX]))) in virtio_vsock_vqs_del()
73 while ((skb = virtqueue_detach_unused_buf(vq))) in virtbt_close()
351 while ((buf = virtqueue_detach_unused_buf(vi->sts)) != NULL) in virtinput_remove()
2423 void *virtqueue_detach_unused_buf(struct virtqueue *_vq) in virtqueue_detach_unused_buf() function2430 EXPORT_SYMBOL_GPL(virtqueue_detach_unused_buf);2614 while ((buf = virtqueue_detach_unused_buf(_vq)) != NULL) in virtqueue_resize()
479 while ((vc_req = virtqueue_detach_unused_buf(vq)) != NULL) { in virtcrypto_free_unused_reqs()
469 while ((buf_info = virtqueue_detach_unused_buf(cfv->vq_tx))) in cfv_netdev_close()
1941 while ((buf = virtqueue_detach_unused_buf(vq))) in remove_vqs()
3400 while ((buf = virtqueue_detach_unused_buf(vq)) != NULL) in free_unused_bufs()3406 while ((buf = virtqueue_detach_unused_buf(vq)) != NULL) in free_unused_bufs()
5635 while ((skb = virtqueue_detach_unused_buf(vq))) in remove_vqs()