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

Go to the source code of this file.

Data Structures

struct  arch_spinlock_t
 
struct  arch_rwlock_t
 

Macros

#define __ARCH_SPIN_LOCK_UNLOCKED   { { 1, 1, 1, 1 } }
 
#define __ARCH_RW_LOCK_UNLOCKED   { __ARCH_SPIN_LOCK_UNLOCKED, 0 }
 

Macro Definition Documentation

#define __ARCH_RW_LOCK_UNLOCKED   { __ARCH_SPIN_LOCK_UNLOCKED, 0 }

Definition at line 19 of file spinlock_types.h.

#define __ARCH_SPIN_LOCK_UNLOCKED   { { 1, 1, 1, 1 } }

Definition at line 10 of file spinlock_types.h.