|
Linux Kernel
3.7.1
|
#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 |
Definition at line 14 of file spinlock_types.h.
| volatile int counter |
Definition at line 16 of file spinlock_types.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.
| arch_spinlock_t lock |
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.
| volatile unsigned int write_lock |
Definition at line 16 of file spinlock_types.h.
1.8.2