|
Linux Kernel
3.7.1
|
#include <spinlock_types.h>
Data Fields | |
| unsigned int | slock |
| int | next_ticket |
| int | current_ticket |
| union { | |
| __ticketpair_t head_tail | |
| struct __raw_tickets { | |
| __ticket_t head | |
| __ticket_t tail | |
| } tickets | |
| }; | |
Definition at line 8 of file spinlock_types.h.
| union { ... } |
| int current_ticket |
Definition at line 44 of file spinlock_types.h.
Definition at line 24 of file spinlock_types.h.
| __ticketpair_t head_tail |
Definition at line 22 of file spinlock_types.h.
| int next_ticket |
Definition at line 42 of file spinlock_types.h.
| unsigned int slock |
Definition at line 9 of file spinlock_types.h.
| __ticket_t tail |
Definition at line 24 of file spinlock_types.h.
| struct { ... } ::__raw_tickets tickets |
1.8.2