Home
last modified time | relevance | path

Searched refs:vhost_discard_vq_desc (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/vhost/
Dnet.c820 vhost_discard_vq_desc(vq, 1); in handle_tx_copy()
841 vhost_discard_vq_desc(vq, 1); in handle_tx_copy()
942 vhost_discard_vq_desc(vq, 1); in handle_tx_zerocopy()
1100 vhost_discard_vq_desc(vq, headcount); in get_rx_bufs()
1207 vhost_discard_vq_desc(vq, headcount); in handle_rx()
1231 vhost_discard_vq_desc(vq, headcount); in handle_rx()
Dvhost.h191 void vhost_discard_vq_desc(struct vhost_virtqueue *, int n);
Dvhost.c2341 void vhost_discard_vq_desc(struct vhost_virtqueue *vq, int n) in vhost_discard_vq_desc() function
2345 EXPORT_SYMBOL_GPL(vhost_discard_vq_desc);