Files
linux-stable-mirror/include/uapi/linux
David Wei ea97f6c855 io_uring: add support for multishot timeouts
A multishot timeout submission will repeatedly generate completions with
the IORING_CQE_F_MORE cflag set. Depending on the value of the `off'
field in the submission, these timeouts can either repeat indefinitely
until cancelled (`off' = 0) or for a fixed number of times (`off' > 0).

Only noseq timeouts (i.e. not dependent on the number of I/O
completions) are supported.

An indefinite timer will be cancelled if the CQ ever overflows.

Signed-off-by: David Wei <davidhwei@meta.com>
Link: https://lore.kernel.org/r/20230418225817.1905027-1-davidhwei@meta.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2023-04-18 19:38:36 -06:00
..
2023-02-10 17:54:45 -08:00
2023-01-20 09:33:22 +00:00
2023-01-18 17:12:37 -08:00
2023-03-16 21:20:32 -07:00
2023-02-16 13:50:50 +01:00
2022-12-01 20:06:06 -08:00
2023-03-16 21:20:32 -07:00
2023-01-04 14:44:13 -07:00
2023-01-26 10:52:18 +01:00
2022-11-17 11:04:23 -08:00
2023-02-20 19:26:56 -05:00
2022-12-05 10:30:47 +01:00