Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
vhost_dev Struct Reference

#include <vhost.h>

Data Fields

struct vhost_memory __rcumemory
 
struct mm_structmm
 
struct mutex mutex
 
unsigned acked_features
 
struct vhost_virtqueuevqs
 
int nvqs
 
struct filelog_file
 
struct eventfd_ctxlog_ctx
 
spinlock_t work_lock
 
struct list_head work_list
 
struct task_structworker
 

Detailed Description

Definition at line 149 of file vhost.h.

Field Documentation

unsigned acked_features

Definition at line 156 of file vhost.h.

struct eventfd_ctx* log_ctx

Definition at line 160 of file vhost.h.

struct file* log_file

Definition at line 159 of file vhost.h.

Definition at line 153 of file vhost.h.

Definition at line 154 of file vhost.h.

Definition at line 155 of file vhost.h.

int nvqs

Definition at line 158 of file vhost.h.

Definition at line 157 of file vhost.h.

struct list_head work_list

Definition at line 162 of file vhost.h.

spinlock_t work_lock

Definition at line 161 of file vhost.h.

Definition at line 163 of file vhost.h.


The documentation for this struct was generated from the following file: