Linux Kernel
3.7.1
|
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 |
Definition at line 85 of file xenbus_dev_frontend.c.
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.
Definition at line 96 of file xenbus_dev_frontend.c.
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.
Definition at line 112 of file xenbus_dev_frontend.c.
Definition at line 99 of file xenbus_dev_frontend.c.
union { ... } u |
Definition at line 102 of file xenbus_dev_frontend.c.