-
- Downloads
aio: implement IOCB_CMD_POLL
Simple one-shot poll through the io_submit() interface. To poll for a file descriptor the application should submit an iocb of type IOCB_CMD_POLL. It will poll the fd for the events specified in the the first 32 bits of the aio_buf field of the iocb. Unlike poll or epoll without EPOLLONESHOT this interface always works in one shot mode, that is once the iocb is completed, it will have to be resubmitted. Signed-off-by:Christoph Hellwig <hch@lst.de> Reviewed-by:
Darrick J. Wong <darrick.wong@oracle.com>
Loading
-
mentioned in commit 363bee27
-
mentioned in commit 50252e4b
-
mentioned in commit 580c7e02
-
mentioned in commit 321fba81
-
mentioned in commit e4d19740
-
mentioned in commit 47ffefd8
-
mentioned in commit 924f5153
-
mentioned in commit 60d311f9
-
mentioned in commit 4105e6a1
-
mentioned in commit 38018511
Please register or sign in to comment