Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
cvmx-spinlock.h File Reference
#include <asm/octeon/cvmx-asm.h>

Go to the source code of this file.

Data Structures

struct  cvmx_spinlock_t
 

Macros

#define CVMX_SPINLOCK_UNLOCKED_VAL   0
 
#define CVMX_SPINLOCK_LOCKED_VAL   1
 
#define CVMX_SPINLOCK_UNLOCKED_INITIALIZER   {CVMX_SPINLOCK_UNLOCKED_VAL}
 

Macro Definition Documentation

#define CVMX_SPINLOCK_LOCKED_VAL   1

Definition at line 54 of file cvmx-spinlock.h.

#define CVMX_SPINLOCK_UNLOCKED_INITIALIZER   {CVMX_SPINLOCK_UNLOCKED_VAL}

Definition at line 56 of file cvmx-spinlock.h.

#define CVMX_SPINLOCK_UNLOCKED_VAL   0

Definition at line 53 of file cvmx-spinlock.h.