Home
last modified time | relevance | path

Searched hist:b9ba8a44 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/io_uring/
H A Dpoll.cb9ba8a44 Fri May 27 11:55:07 CDT 2022 Jens Axboe <axboe@kernel.dk> io_uring: add support for level triggered poll

By default, the POLL_ADD command does edge triggered poll - if we get
a non-zero mask on the initial poll attempt, we complete the request
successfully.

Support level triggered by always waiting for a notification, regardless
of whether or not the initial mask matches the file state.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
/openbmc/linux/include/uapi/linux/
H A Dio_uring.hb9ba8a44 Fri May 27 11:55:07 CDT 2022 Jens Axboe <axboe@kernel.dk> io_uring: add support for level triggered poll

By default, the POLL_ADD command does edge triggered poll - if we get
a non-zero mask on the initial poll attempt, we complete the request
successfully.

Support level triggered by always waiting for a notification, regardless
of whether or not the initial mask matches the file state.

Signed-off-by: Jens Axboe <axboe@kernel.dk>