Linux Kernel
3.7.1
|
Data Fields | |
struct list_head | list |
atomic_t | wait_count |
int | has_connection |
struct completion | done |
int | port |
int | fd |
spinlock_t | lock |
struct list_head | pending |
struct list_head | connections |
Definition at line 18 of file port_kern.c.
Definition at line 27 of file port_kern.c.
struct completion done |
Definition at line 22 of file port_kern.c.
Definition at line 24 of file port_kern.c.
int has_connection |
Definition at line 21 of file port_kern.c.
Definition at line 19 of file port_kern.c.
spinlock_t lock |
Definition at line 25 of file port_kern.c.
Definition at line 26 of file port_kern.c.
Definition at line 23 of file port_kern.c.
atomic_t wait_count |
Definition at line 20 of file port_kern.c.