Lines Matching defs:n
49 static void handle_vq(struct vhost_test *n) in handle_vq()
106 struct vhost_test *n = container_of(vq->dev, struct vhost_test, dev); in handle_vq_kick() local
113 struct vhost_test *n = kmalloc_obj(*n); in vhost_test_open() local
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() local
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()
247 static int vhost_test_set_features(struct vhost_test *n, u64 features) in vhost_test_set_features()
265 static long vhost_test_set_backend(struct vhost_test *n, unsigned index, int fd) in vhost_test_set_backend()
321 struct vhost_test *n = f->private_data; in vhost_test_ioctl() local