Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dvringh.h235 int vringh_complete_kern(struct vringh *vrh, u16 head, u32 len);
/linux/drivers/vhost/
H A Dvringh.c980 int vringh_complete_kern(struct vringh *vrh, u16 head, u32 len) in vringh_complete_kern() function
989 EXPORT_SYMBOL(vringh_complete_kern);
/linux/drivers/net/caif/
H A Dcaif_virtio.c268 vringh_complete_kern(cfv->vr_rx, in cfv_rx_poll()