Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dvringh.h184 bool vringh_notify_enable_user(struct vringh *vrh);
/openbmc/linux/drivers/vhost/
H A Dvringh.c843 bool vringh_notify_enable_user(struct vringh *vrh) in vringh_notify_enable_user() function
847 EXPORT_SYMBOL(vringh_notify_enable_user);
/openbmc/linux/tools/virtio/
H A Dvringh_test.c239 if (!vringh_notify_enable_user(&vrh)) in parallel_test()