Jens Axboe 39e0ebd4fc Rename completion helpers
We have io_uring_get_sqe() on the submission side, yet the completion
side is named _completion. Rename as follows:

io_uring_get_completion()	io_uring_peek_cqe()
iO_uring_wait_completion()	io_uring_wait_cqe()

This better tells the user what the _get variant does by calling it
_peek instead, and we move to using _cqe() as the postfix instead
of _completion.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
2019-04-18 08:38:08 -06:00
2019-04-18 08:38:08 -06:00
2019-04-18 08:38:08 -06:00
2019-04-18 08:38:08 -06:00
2019-03-06 08:31:11 -07:00
2019-01-15 11:19:16 -07:00
2019-01-08 07:38:15 -07:00
2019-01-08 07:38:15 -07:00
2019-04-17 11:39:39 -06:00
Description
No description provided
157 KiB
Languages
C 93%
Makefile 6.5%
Shell 0.5%