Searched refs:vhost_log (Results 1 – 6 of 6) sorted by relevance
46 static struct vhost_log *vhost_log[VHOST_BACKEND_TYPE_MAX]; variable47 static struct vhost_log *vhost_log_shm[VHOST_BACKEND_TYPE_MAX];341 static struct vhost_log *vhost_log_alloc(uint64_t size, bool share) in vhost_log_alloc()344 struct vhost_log *log; in vhost_log_alloc()348 log = g_new0(struct vhost_log, 1); in vhost_log_alloc()370 static struct vhost_log *vhost_log_get(VhostBackendType backend_type, in vhost_log_get()373 struct vhost_log *log; in vhost_log_get()385 vhost_log[backend_type] = log; in vhost_log_get()396 struct vhost_log *log = dev->log; in vhost_log_put()418 if (vhost_log[backend_type] == log) { in vhost_log_put()[all …]
96 struct vhost_log *log) in vhost_kernel_set_log_base()
1391 struct vhost_log *log) in vhost_vdpa_set_log_base()
434 struct vhost_log *log) in vhost_user_set_log_base()
49 struct vhost_log { struct130 struct vhost_log *log;
43 struct vhost_log;69 struct vhost_log *log);