commit | cc7dac41e47d6437220ed1464346ccbc38278f1a | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Thu Jan 11 17:10:22 2024 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Jan 11 17:10:22 2024 -0700 |
tree | 4cd9696062fa0ca7c9a2ec10d1d312815a064d3a | |
parent | bacad4fc36ed459beccd99262e49e2757f8876af [diff] |
man: make a note of how to reduce context switches on waits If an application uses any of the variants to wait for more than 1 request, then it can take advantage of DEFER_TASKRUN to reduce the number of context switches. Signed-off-by: Jens Axboe <axboe@kernel.dk>