summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2020-09-02 12:21:41 -0600
committerJens Axboe <axboe@kernel.dk>2020-09-30 20:32:33 -0600
commit6a7793828fb21c1e0c119d98c2f898d8f83c8a8b (patch)
tree1d586de79ba39e42367da99499740b4880dd98bd /drivers
parentce71bfea207b4d7c21d36f24ec37618ffcea1da8 (diff)
downloadlinux-rt-6a7793828fb21c1e0c119d98c2f898d8f83c8a8b.tar.gz
io_uring: use private ctx wait queue entries for SQPOLL
This is in preparation to sharing the poller thread between rings. For that we need per-ring wait_queue_entry storage, and we can't easily put that on the stack if one thread is managing multiple rings. We'll also be sharing the wait_queue_head across rings for the purposes of wakeups, provide the usual private ring wait_queue_head for now but make it a pointer so we can easily override it when sharing. Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions