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

#include <spinlock_types.h>

Data Fields

volatile unsigned int lock
 
volatile unsigned int read_counter: 31
 
volatile unsigned int write_lock: 1
 
volatile int lock
 
unsigned int lock
 
arch_spinlock_t lock
 
volatile int counter
 
volatile signed int lock
 
s32 lock
 
s32 write
 

Detailed Description

Definition at line 14 of file spinlock_types.h.

Field Documentation

volatile int counter

Definition at line 16 of file spinlock_types.h.

s32 lock

Definition at line 10 of file rwlock.h.

volatile int lock

Definition at line 15 of file spinlock_types.h.

volatile signed int lock

Definition at line 15 of file spinlock_types.h.

Definition at line 15 of file spinlock_types.h.

unsigned int lock

Definition at line 15 of file spinlock_types.h.

volatile unsigned int lock

Definition at line 15 of file spinlock_types.h.

volatile unsigned int read_counter

Definition at line 15 of file spinlock_types.h.

s32 write

Definition at line 11 of file rwlock.h.

volatile unsigned int write_lock

Definition at line 16 of file spinlock_types.h.


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