|
Linux Kernel
3.7.1
|
#include <ar-internal.h>
Data Fields | |
| struct rb_node | node |
| struct list_head | unused_conns |
| struct list_head | avail_conns |
| struct list_head | busy_conns |
| struct key * | key |
| wait_queue_head_t | chanwait |
| atomic_t | usage |
| int | debug_id |
| unsigned short | num_conns |
| __be16 | service_id |
| u8 | security_ix |
Definition at line 221 of file ar-internal.h.
Definition at line 224 of file ar-internal.h.
Definition at line 225 of file ar-internal.h.
| wait_queue_head_t chanwait |
Definition at line 227 of file ar-internal.h.
| int debug_id |
Definition at line 229 of file ar-internal.h.
| struct key* key |
Definition at line 226 of file ar-internal.h.
Definition at line 222 of file ar-internal.h.
| unsigned short num_conns |
Definition at line 230 of file ar-internal.h.
| u8 security_ix |
Definition at line 232 of file ar-internal.h.
| __be16 service_id |
Definition at line 231 of file ar-internal.h.
Definition at line 223 of file ar-internal.h.
| atomic_t usage |
Definition at line 228 of file ar-internal.h.
1.8.2