Files
linux/include
Dylan Yudaken f88262e60b io_uring: lockless task list
With networking use cases we see contention on the spinlock used to
protect the task_list when multiple threads try and add completions at once.
Instead we can use a lockless list, and assume that the first caller to
add to the list is responsible for kicking off task work.

Signed-off-by: Dylan Yudaken <dylany@fb.com>
Link: https://lore.kernel.org/r/20220622134028.2013417-4-dylany@fb.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2022-07-24 18:39:15 -06:00
..
2022-05-16 13:23:00 -06:00
2022-07-24 18:39:15 -06:00
2022-05-24 11:24:58 -03:00
2022-06-24 16:21:41 +01:00
2022-07-24 18:39:14 -06:00