|
Linux Kernel
3.7.1
|
#include <iocontext.h>
Data Fields | |
| struct request_queue * | q |
| struct io_context * | ioc |
| union { | |
| struct list_head q_node | |
| struct kmem_cache * __rcu_icq_cache | |
| }; | |
| union { | |
| struct hlist_node ioc_node | |
| struct rcu_head __rcu_head | |
| }; | |
| unsigned int | flags |
Definition at line 71 of file iocontext.h.
| union { ... } |
| union { ... } |
Definition at line 87 of file iocontext.h.
| struct kmem_cache* __rcu_icq_cache |
Definition at line 83 of file iocontext.h.
| unsigned int flags |
Definition at line 90 of file iocontext.h.
Definition at line 73 of file iocontext.h.
| struct hlist_node ioc_node |
Definition at line 86 of file iocontext.h.
Definition at line 72 of file iocontext.h.
Definition at line 82 of file iocontext.h.
1.8.2