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

#include <_msg_sm.h>

Data Fields

struct bridge_drv_interfaceintf_fxns
 
struct io_mgriomgr
 
struct list_head queue_list
 
spinlock_t msg_mgr_lock
 
struct sync_objectsync_event
 
struct list_head msg_free_list
 
struct list_head msg_used_list
 
u32 msgs_pending
 
u32 max_msgs
 
msg_onexit on_exit
 

Detailed Description

Definition at line 82 of file _msg_sm.h.

Field Documentation

Definition at line 86 of file _msg_sm.h.

struct io_mgr* iomgr

Definition at line 88 of file _msg_sm.h.

u32 max_msgs

Definition at line 96 of file _msg_sm.h.

struct list_head msg_free_list

Definition at line 93 of file _msg_sm.h.

spinlock_t msg_mgr_lock

Definition at line 90 of file _msg_sm.h.

struct list_head msg_used_list

Definition at line 94 of file _msg_sm.h.

u32 msgs_pending

Definition at line 95 of file _msg_sm.h.

msg_onexit on_exit

Definition at line 97 of file _msg_sm.h.

struct list_head queue_list

Definition at line 89 of file _msg_sm.h.

struct sync_object* sync_event

Definition at line 92 of file _msg_sm.h.


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