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

Data Fields

struct mutex msgbuffer_mutex
 
struct list_head transactions
 
struct list_head watches
 
unsigned int len
 
union {
   struct xsd_sockmsg   msg
 
   char   buffer [XENSTORE_PAYLOAD_MAX]
 
u
 
struct mutex reply_mutex
 
struct list_head read_buffers
 
wait_queue_head_t read_waitq
 

Detailed Description

Definition at line 85 of file xenbus_dev_frontend.c.

Field Documentation

Definition at line 108 of file xenbus_dev_frontend.c.

unsigned int len

Definition at line 105 of file xenbus_dev_frontend.c.

Definition at line 107 of file xenbus_dev_frontend.c.

struct mutex msgbuffer_mutex

Definition at line 96 of file xenbus_dev_frontend.c.

struct list_head read_buffers

Definition at line 113 of file xenbus_dev_frontend.c.

wait_queue_head_t read_waitq

Definition at line 114 of file xenbus_dev_frontend.c.

struct mutex reply_mutex

Definition at line 112 of file xenbus_dev_frontend.c.

struct list_head transactions

Definition at line 99 of file xenbus_dev_frontend.c.

union { ... } u
struct list_head watches

Definition at line 102 of file xenbus_dev_frontend.c.


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