aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/sctop.py
diff options
context:
space:
mode:
authorBhaktipriya Shridhar <[email protected]>2016-08-31 00:33:25 +0530
committerMartin K. Petersen <[email protected]>2016-09-02 06:13:57 -0400
commitb2990536f44752e54dc300a2f98253519adfe649 (patch)
tree10456b943c800cb535935e00b99227a82a072a4c /tools/perf/scripts/python/sctop.py
parent77d4f08024d86974d3eddc6d0a7143f74974783f (diff)
scsi: mpt: Remove deprecated create_singlethread_workqueue
The workqueues "ioc->reset_work_q" and "ioc->fw_event_q" queue a single work item &ioc->fault_reset_work and &fw_event->work, respectively and hence don't require ordering. Hence, they have been converted to use alloc_workqueue(). The WQ_MEM_RECLAIM flag has been set to ensure forward progress under memory pressure since the workqueue belongs to a storage driver which is being used on a memory reclaim path. Since there are fixed number of work items, explicit concurrency limit is unnecessary here. Signed-off-by: Bhaktipriya Shridhar <[email protected]> Acked-by: Tejun Heo <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions