Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/vhost/
H A Dtest.c36 struct vhost_test { struct
43 static void handle_vq(struct vhost_test *n) in handle_vq() argument
100 struct vhost_test *n = container_of(vq->dev, struct vhost_test, dev); in handle_vq_kick()
107 struct vhost_test *n = kmalloc(sizeof *n, GFP_KERNEL); in vhost_test_open()
130 static void *vhost_test_stop_vq(struct vhost_test *n, in vhost_test_stop_vq()
142 static void vhost_test_stop(struct vhost_test *n, void **privatep) in vhost_test_stop()
147 static void vhost_test_flush_vq(struct vhost_test *n, int index) in vhost_test_flush_vq()
152 static void vhost_test_flush(struct vhost_test *n) in vhost_test_flush()
159 struct vhost_test *n = f->private_data; in vhost_test_release()
173 static long vhost_test_run(struct vhost_test *n, int test) in vhost_test_run()
[all …]
/OK3568_Linux_fs/kernel/tools/virtio/
H A DMakefile12 ${MAKE} -C `pwd`/../.. M=`pwd`/vhost_test V=${V}
32 ${OOT_BUILD} M=`pwd`/vhost_test
41 ${RM} *.o vringh_test virtio_test vhost_test/*.o vhost_test/.*.cmd \
42 vhost_test/Module.symvers vhost_test/modules.order *.d
/OK3568_Linux_fs/kernel/tools/virtio/vhost_test/
H A DMakefile2 obj-m += vhost_test.o