Searched refs:IORING_ASYNC_CANCEL_ALL (Results 1 - 6 of 6) sorted by relevance

/linux-master/io_uring/
H A Dcancel.c30 #define CANCEL_FLAGS (IORING_ASYNC_CANCEL_ALL | IORING_ASYNC_CANCEL_FD | \
59 if (cd->flags & IORING_ASYNC_CANCEL_ALL) {
86 all = cd->flags & (IORING_ASYNC_CANCEL_ALL|IORING_ASYNC_CANCEL_ANY);
169 bool all = cd->flags & (IORING_ASYNC_CANCEL_ALL|IORING_ASYNC_CANCEL_ANY);
H A Dfutex.c139 if (!(cd->flags & IORING_ASYNC_CANCEL_ALL))
H A Dwaitid.c176 if (!(cd->flags & IORING_ASYNC_CANCEL_ALL))
H A Dpoll.c822 if (cd->flags & IORING_ASYNC_CANCEL_ALL) {
/linux-master/tools/include/uapi/linux/
H A Dio_uring.h314 * IORING_ASYNC_CANCEL_ALL Cancel all requests that match the given key
322 #define IORING_ASYNC_CANCEL_ALL (1U << 0) macro
/linux-master/include/uapi/linux/
H A Dio_uring.h317 * IORING_ASYNC_CANCEL_ALL Cancel all requests that match the given key
325 #define IORING_ASYNC_CANCEL_ALL (1U << 0) macro

Completed in 114 milliseconds