Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dvringh.h170 bool vringh_notify_enable_user(struct vringh *vrh);
/linux-4.4.14/drivers/vhost/
Dvringh.c788 bool vringh_notify_enable_user(struct vringh *vrh) in vringh_notify_enable_user() function
792 EXPORT_SYMBOL(vringh_notify_enable_user);
/linux-4.4.14/tools/virtio/
Dvringh_test.c238 if (!vringh_notify_enable_user(&vrh)) in parallel_test()