Lines Matching defs:n
39 static void handle_vq(struct vhost_test *n) in handle_vq()
96 struct vhost_test *n = container_of(vq->dev, struct vhost_test, dev); in handle_vq_kick() local
103 struct vhost_test *n = kmalloc(sizeof *n, GFP_KERNEL); in vhost_test_open() local
123 static void *vhost_test_stop_vq(struct vhost_test *n, in vhost_test_stop_vq()
136 static void vhost_test_stop(struct vhost_test *n, void **privatep) in vhost_test_stop()
141 static void vhost_test_flush_vq(struct vhost_test *n, int index) in vhost_test_flush_vq()
146 static void vhost_test_flush(struct vhost_test *n) in vhost_test_flush()
153 struct vhost_test *n = f->private_data; in vhost_test_release() local
166 static long vhost_test_run(struct vhost_test *n, int test) in vhost_test_run()
218 static long vhost_test_reset_owner(struct vhost_test *n) in vhost_test_reset_owner()
234 static int vhost_test_set_features(struct vhost_test *n, u64 features) in vhost_test_set_features()
252 struct vhost_test *n = f->private_data; in vhost_test_ioctl() local