| The Möbius Operating System: asyncio_t struct Reference | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| HOME | DOWNLOAD | DOCUMENTATION | SCREENSHOTS | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
asyncio_t Struct ReferenceHolds device request information in a device's asynchronous queue.
More...
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Data Fields | |
| asyncio_t * | prev |
| asyncio_t * | next |
| asyncio_t * | thread_prev |
| asyncio_t * | thread_next |
| thread_t * | owner |
| request_t * | req |
| size_t | req_size |
| device_t * | dev |
| void * | extra |
| size_t | length |
| page_array_t * | pages |
|
|
Device to which this request applies |
|
|
Spare pointer to device-specific information |
|
|
Size, in bytes, of the user buffer |
|
|
Thread that owns this request |
|
|
Page array structure for the request's buffer |
|
|
Copy of the original request structure |
|
|
Size of the original request structure |