Home
last modified time | relevance | path

Searched refs:vringh_need_notify_kern (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dvringh.h214 int vringh_need_notify_kern(struct vringh *vrh);
/kernel/linux/linux-6.6/include/linux/
H A Dvringh.h247 int vringh_need_notify_kern(struct vringh *vrh);
/kernel/linux/linux-5.10/drivers/vhost/
H A Dvringh.c1019 * You should check vringh_need_notify_kern() after one or more calls
1060 * vringh_need_notify_kern - must we tell the other side about used buffers?
1065 int vringh_need_notify_kern(struct vringh *vrh) in vringh_need_notify_kern() function
1069 EXPORT_SYMBOL(vringh_need_notify_kern); variable
/kernel/linux/linux-6.6/drivers/vhost/
H A Dvringh.c1053 * You should check vringh_need_notify_kern() after one or more calls
1094 * vringh_need_notify_kern - must we tell the other side about used buffers?
1099 int vringh_need_notify_kern(struct vringh *vrh) in vringh_need_notify_kern() function
1103 EXPORT_SYMBOL(vringh_need_notify_kern); variable
/kernel/linux/linux-5.10/drivers/net/caif/
H A Dcaif_virtio.c345 if (rxcnt && vringh_need_notify_kern(cfv->vr_rx) > 0) in cfv_rx_poll()
/kernel/linux/linux-6.6/drivers/net/caif/
H A Dcaif_virtio.c345 if (rxcnt && vringh_need_notify_kern(cfv->vr_rx) > 0) in cfv_rx_poll()

Completed in 8 milliseconds