Searched refs:vhost_test (Results 1 – 3 of 3) sorted by relevance
42 struct vhost_test { struct49 static void handle_vq(struct vhost_test *n) in handle_vq() argument106 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 …]
25 ${BUILD} M=`pwd`/vhost_test46 ${OOT_BUILD} M=`pwd`/vhost_test55 ${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
2 obj-m += vhost_test.o