aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorKai Krakow <[email protected]>2021-02-10 13:07:26 +0800
committerJens Axboe <[email protected]>2021-02-10 08:06:00 -0700
commitd797bd9897e3559eb48d68368550d637d32e468c (patch)
treedf5199bc36b52f447d6677b3cb3796c1a2c91d79 /tools/perf/scripts/python/exported-sql-viewer.py
parent9f233ffe02e5cef611100cd8c5bcf4de26ca7bef (diff)
bcache: Give btree_io_wq correct semantics again
Before killing `btree_io_wq`, the queue was allocated using `create_singlethread_workqueue()` which has `WQ_MEM_RECLAIM`. After killing it, it no longer had this property but `system_wq` is not single threaded. Let's combine both worlds and make it multi threaded but able to reclaim memory. Cc: Coly Li <[email protected]> Cc: [email protected] # 5.4+ Signed-off-by: Kai Krakow <[email protected]> Signed-off-by: Coly Li <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions