Concurrency Managed Workqueue (cmwq)

Whenever a driver or subsystem wants a function to be executed asynchronously it has to set up a work item pointing to that function and queue that work item on a workqueue.

There are many cases where an asynchronous process execution context is needed and …

more ...