Home
last modified time | relevance | path

Searched refs:IORING_ASYNC_CANCEL_OP (Results 1 – 4 of 4) sorted by relevance

/linux/io_uring/
H A Dcancel.c32 IORING_ASYNC_CANCEL_USERDATA | IORING_ASYNC_CANCEL_OP)
44 if (!(cd->flags & (IORING_ASYNC_CANCEL_FD | IORING_ASYNC_CANCEL_OP))) in io_cancel_req_match()
53 if (cd->flags & IORING_ASYNC_CANCEL_OP) { in io_cancel_req_match()
156 if (cancel->flags & IORING_ASYNC_CANCEL_OP) { in io_async_cancel_prep()
H A Dpoll.c875 if (cd->flags & (IORING_ASYNC_CANCEL_FD | IORING_ASYNC_CANCEL_OP | in __io_poll_cancel()
/linux/tools/include/uapi/linux/
H A Dio_uring.h327 #define IORING_ASYNC_CANCEL_OP (1U << 5) macro
/linux/include/uapi/linux/
H A Dio_uring.h333 #define IORING_ASYNC_CANCEL_OP (1U << 5) macro