diff options
| author | Bhaktipriya Shridhar <[email protected]> | 2016-06-08 01:38:53 +0530 |
|---|---|---|
| committer | Kalle Valo <[email protected]> | 2016-06-29 18:42:43 +0300 |
| commit | 452fa86e98061ebd528dd79e22befd5f87c83269 (patch) | |
| tree | 2d32ae61a774a647ea893d59514c19a62337f300 /tools/perf/scripts/python/netdev-times.py | |
| parent | f568adac7d1a50a7412a902ebc831730a9b80bf9 (diff) | |
libertas_tf: Remove create_workqueue
alloc_workqueue replaces deprecated create_workqueue().
A dedicated workqueue has been used since the workitem (viz
&priv->cmd_work per priv, which maps to lbtf_cmd_work) is involved in
actual command processing and may be used on a memory reclaim path.
The workitems require forward progress under memory pressure and hence,
WQ_MEM_RECLAIM has been set. Since there are only a 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: Kalle Valo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions