On Sat, Jul 02, 2016 at 02:12:00PM +0530, Bhaktipriya Shridhar wrote:
> The workqueue "workqueue" serves as a driver message queue.
> It has a single work item(&drv_data->pump_messages) and hence doesn't
> require ordering. Also, it is not being used on a memory reclaim path.
> Hence, the singlethr
The workqueue "workqueue" serves as a driver message queue.
It has a single work item(&drv_data->pump_messages) and hence doesn't
require ordering. Also, it is not being used on a memory reclaim path.
Hence, the singlethreaded workqueue has been replaced with the use of
system_wq.
System workqueue
2 matches
Mail list logo