Lines Matching defs:n
38 static void handle_vq(struct vhost_test *n) in handle_vq()
97 struct vhost_test *n = container_of(vq->dev, struct vhost_test, dev); in handle_vq_kick() local
104 struct vhost_test *n = kmalloc(sizeof *n, GFP_KERNEL); in vhost_test_open() local
126 static void *vhost_test_stop_vq(struct vhost_test *n, in vhost_test_stop_vq()
138 static void vhost_test_stop(struct vhost_test *n, void **privatep) in vhost_test_stop()
143 static void vhost_test_flush_vq(struct vhost_test *n, int index) in vhost_test_flush_vq()
148 static void vhost_test_flush(struct vhost_test *n) in vhost_test_flush()
155 struct vhost_test *n = f->private_data; in vhost_test_release() local
168 static long vhost_test_run(struct vhost_test *n, int test) in vhost_test_run()
219 static long vhost_test_reset_owner(struct vhost_test *n) in vhost_test_reset_owner()
242 static int vhost_test_set_features(struct vhost_test *n, u64 features) in vhost_test_set_features()
263 struct vhost_test *n = f->private_data; in vhost_test_ioctl() local