Searched refs:vhost_discard_vq_desc (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/vhost/ |
H A D | net.c | 820 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()
|
H A D | vhost.h | 196 void vhost_discard_vq_desc(struct vhost_virtqueue *, int n);
|
H A D | vhost.c | 2350 void vhost_discard_vq_desc(struct vhost_virtqueue *vq, int n) in vhost_discard_vq_desc() function 2354 EXPORT_SYMBOL_GPL(vhost_discard_vq_desc); variable
|
/kernel/linux/linux-6.6/drivers/vhost/ |
H A D | net.c | 821 vhost_discard_vq_desc(vq, 1); in handle_tx_copy() 842 vhost_discard_vq_desc(vq, 1); in handle_tx_copy() 950 vhost_discard_vq_desc(vq, 1); in handle_tx_zerocopy() 1109 vhost_discard_vq_desc(vq, headcount); in get_rx_bufs() 1216 vhost_discard_vq_desc(vq, headcount); in handle_rx() 1240 vhost_discard_vq_desc(vq, headcount); in handle_rx()
|
H A D | vhost.h | 206 void vhost_discard_vq_desc(struct vhost_virtqueue *, int n);
|
H A D | vhost.c | 2636 void vhost_discard_vq_desc(struct vhost_virtqueue *vq, int n) in vhost_discard_vq_desc() function 2640 EXPORT_SYMBOL_GPL(vhost_discard_vq_desc); variable
|
Completed in 18 milliseconds