Home
last modified time | relevance | path

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

/linux/drivers/vhost/
H A Dtest.c42 struct vhost_test { struct
49 static void handle_vq(struct vhost_test *n) in handle_vq() argument
106 struct vhost_test *n = container_of(vq->dev, struct vhost_test, dev); in handle_vq_kick()
113 struct vhost_test *n = kmalloc_obj(*n); in vhost_test_open()
136 static void *vhost_test_stop_vq(struct vhost_test *n, in vhost_test_stop_vq()
148 static void vhost_test_stop(struct vhost_test *n, void **privatep) in vhost_test_stop()
153 static void vhost_test_flush(struct vhost_test *n) in vhost_test_flush()
160 struct vhost_test *n = f->private_data; in vhost_test_release()
172 static long vhost_test_run(struct vhost_test *n, int test) in vhost_test_run()
223 static long vhost_test_reset_owner(struct vhost_test *n) in vhost_test_reset_owner()
[all …]
/linux/tools/virtio/
H A DMakefile25 ${BUILD} M=`pwd`/vhost_test
46 ${OOT_BUILD} M=`pwd`/vhost_test
55 ${RM} *.o vringh_test virtio_test vhost_net_test vhost_test/*.o \
56 vhost_test/.*.cmd vhost_test/Module.symvers \
57 vhost_test/modules.order *.d
/linux/tools/virtio/vhost_test/
H A DMakefile2 obj-m += vhost_test.o