Home
last modified time | relevance | path

Searched refs:event_indices (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/vhost/
Dvringh.c502 if (!vrh->event_indices) { in __vringh_need_notify()
542 if (!vrh->event_indices) { in __vringh_notify_enable()
578 if (!vrh->event_indices) { in __vringh_notify_disable()
659 vrh->event_indices = (features & (1 << VIRTIO_RING_F_EVENT_IDX)); in vringh_init_user()
933 vrh->event_indices = (features & (1 << VIRTIO_RING_F_EVENT_IDX)); in vringh_init_kern()
/Linux-v6.1/include/linux/
Dvringh.h30 bool event_indices; member