Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dcancel.c30 IORING_ASYNC_CANCEL_USERDATA | IORING_ASYNC_CANCEL_OP)
42 if (!(cd->flags & (IORING_ASYNC_CANCEL_FD | IORING_ASYNC_CANCEL_OP))) in io_cancel_req_match()
51 if (cd->flags & IORING_ASYNC_CANCEL_OP) { in io_cancel_req_match()
147 if (cancel->flags & IORING_ASYNC_CANCEL_OP) { in io_async_cancel_prep()
H A Dpoll.c861 if (cd->flags & (IORING_ASYNC_CANCEL_FD | IORING_ASYNC_CANCEL_OP | in __io_poll_cancel()
/openbmc/linux/include/uapi/linux/
H A Dio_uring.h315 #define IORING_ASYNC_CANCEL_OP (1U << 5) macro