Files
linux/fs
Jens Axboe 392edb45b2 io_uring: don't dynamically allocate poll data
This essentially reverts commit e944475e69. For high poll ops
workloads, like TAO, the dynamic allocation of the wait_queue
entry for IORING_OP_POLL_ADD adds considerable extra overhead.
Go back to embedding the wait_queue_entry, but keep the usage of
wait->private for the pointer stashing.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
2019-12-10 16:33:23 -07:00
..
2019-07-03 17:52:09 -04:00
2019-08-30 08:11:25 -07:00
2019-08-07 21:51:47 -04:00
2019-10-14 15:04:01 -07:00
2019-10-03 13:59:29 -04:00