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 TICKET_SHIFT   16
 
#define __ARCH_SPIN_LOCK_UNLOCKED   { { 0 } }
 
#define __ARCH_RW_LOCK_UNLOCKED   { 0 }
 

Macro Definition Documentation

#define __ARCH_RW_LOCK_UNLOCKED   { 0 }

Definition at line 31 of file spinlock_types.h.

#define __ARCH_SPIN_LOCK_UNLOCKED   { { 0 } }

Definition at line 25 of file spinlock_types.h.

#define TICKET_SHIFT   16

Definition at line 8 of file spinlock_types.h.