diff options
| author | Sebastian Andrzej Siewior <[email protected]> | 2021-10-25 09:06:57 +0200 |
|---|---|---|
| committer | Jens Axboe <[email protected]> | 2021-11-29 06:38:51 -0700 |
| commit | e8dc17e2893b4107366004810ca2a4acf1fc8563 (patch) | |
| tree | cc99d45cc761112d72c682eb7dc943877772c7cc /tools/perf/scripts/python | |
| parent | 72cd9df2ef788d88c138d51223a01ca6281f232d (diff) | |
blk-mq: Add blk_mq_complete_request_direct()
Add blk_mq_complete_request_direct() which completes the block request
directly instead deferring it to softirq for single queue devices.
This is useful for devices which complete the requests in preemptible
context and raising softirq from means scheduling ksoftirqd.
Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions