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

/linux-4.4.14/drivers/vhost/
H A Dnet.c399 vhost_discard_vq_desc(vq, 1); handle_tx()
511 vhost_discard_vq_desc(vq, headcount); get_rx_bufs()
602 vhost_discard_vq_desc(vq, headcount); handle_rx()
626 vhost_discard_vq_desc(vq, headcount); handle_rx()
H A Dvhost.h149 void vhost_discard_vq_desc(struct vhost_virtqueue *, int n);
H A Dvhost.c1465 void vhost_discard_vq_desc(struct vhost_virtqueue *vq, int n) vhost_discard_vq_desc() function
1469 EXPORT_SYMBOL_GPL(vhost_discard_vq_desc); variable

Completed in 47 milliseconds