Nested Work Queue. More...
#include <workqueue.h>

Data Fields | |
| struct workqueue | wq |
| The queue of tasks waiting to run. | |
| struct workqueue_task * | current |
| The currently running task. | |
Nested Work Queue.
This structure represents a queue of tasks to be performed one at a time, possibly through several iterations in the main work queue.
Definition at line 243 of file workqueue.h.
The currently running task.
Definition at line 247 of file workqueue.h.
Referenced by nested_workqueue_init(), and spi_poll().
| struct workqueue nested_workqueue::wq |
The queue of tasks waiting to run.
Definition at line 245 of file workqueue.h.
Referenced by nested_workqueue_init().
1.6.3