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

Data Fields

struct iucv_pathpath
 
struct mon_msgmsg_array [MON_MSGLIM]
 
unsigned int write_index
 
unsigned int read_index
 
atomic_t msglim_count
 
atomic_t read_ready
 
atomic_t iucv_connected
 
atomic_t iucv_severed
 
struct list_head priv_list
 
struct list_head list
 
struct monwrite_hdr hdr
 
size_t hdr_to_read
 
size_t data_to_read
 
struct mon_bufcurrent_buf
 
struct mutex thread_mutex
 

Detailed Description

Definition at line 47 of file monreader.c.

Field Documentation

struct mon_buf* current_buf

Definition at line 50 of file monwriter.c.

size_t data_to_read

Definition at line 49 of file monwriter.c.

Definition at line 47 of file monwriter.c.

size_t hdr_to_read

Definition at line 48 of file monwriter.c.

atomic_t iucv_connected

Definition at line 54 of file monreader.c.

atomic_t iucv_severed

Definition at line 55 of file monreader.c.

Definition at line 46 of file monwriter.c.

struct mon_msg* msg_array[MON_MSGLIM]

Definition at line 49 of file monreader.c.

atomic_t msglim_count

Definition at line 52 of file monreader.c.

Definition at line 48 of file monreader.c.

struct list_head priv_list

Definition at line 45 of file monwriter.c.

unsigned int read_index

Definition at line 51 of file monreader.c.

atomic_t read_ready

Definition at line 53 of file monreader.c.

struct mutex thread_mutex

Definition at line 51 of file monwriter.c.

unsigned int write_index

Definition at line 50 of file monreader.c.


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