Kenta Iwasaki aa2a31612f io_uring: add sqe prep methods for epoll_ctl, poll_add, and poll_remove
Implement io_uring submission queue entry preparation methods for
epoll_ctl, poll_add and poll_remove.

Poll masks are designated as 32-bit little-endian integers as
specified in liburing's definitions.

Updated io_uring_prep_rw to take in an unsigned 64-bit address instead
of an anytype. io_uring_sqe by default assumes that the address
specified in a submission queue entry is an unsigned 64-bit integer.
2021-07-11 09:15:54 +00:00
..
2021-06-06 20:41:14 -04:00
2020-12-31 15:45:24 -08:00
2020-12-31 15:45:24 -08:00
2020-12-31 15:45:24 -08:00
2021-06-21 17:03:04 -07:00
2020-12-31 15:45:24 -08:00
2021-04-10 22:47:22 -05:00
2020-12-31 15:45:24 -08:00
2021-06-19 18:02:51 +02:00
2021-06-09 18:15:50 +03:00
2021-06-19 18:02:51 +02:00
2020-12-31 15:45:24 -08:00