Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
rwlock_types.h File Reference

Go to the source code of this file.

Data Structures

struct  rwlock_t
 

Macros

#define RWLOCK_MAGIC   0xdeaf1eed
 
#define RW_DEP_MAP_INIT(lockname)
 
#define __RW_LOCK_UNLOCKED(lockname)
 
#define DEFINE_RWLOCK(x)   rwlock_t x = __RW_LOCK_UNLOCKED(x)
 

Macro Definition Documentation

#define __RW_LOCK_UNLOCKED (   lockname)
Value:
RW_DEP_MAP_INIT(lockname) }

Definition at line 41 of file rwlock_types.h.

#define DEFINE_RWLOCK (   x)    rwlock_t x = __RW_LOCK_UNLOCKED(x)

Definition at line 46 of file rwlock_types.h.

#define RW_DEP_MAP_INIT (   lockname)

Definition at line 30 of file rwlock_types.h.

#define RWLOCK_MAGIC   0xdeaf1eed

Definition at line 25 of file rwlock_types.h.