Linux Kernel
3.7.1
|
Data Fields | |
raw_spinlock_t | lock |
atomic_t | start_wait |
atomic_t | enter_wait |
atomic_t | exit_wait |
int | loops |
Definition at line 41 of file spinlock_test.c.
atomic_t enter_wait |
Definition at line 44 of file spinlock_test.c.
atomic_t exit_wait |
Definition at line 45 of file spinlock_test.c.
raw_spinlock_t lock |
Definition at line 42 of file spinlock_test.c.
int loops |
Definition at line 46 of file spinlock_test.c.
atomic_t start_wait |
Definition at line 43 of file spinlock_test.c.