Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dio_uring.h163 #define IORING_SETUP_COOP_TASKRUN (1U << 8) macro
/linux/include/uapi/linux/
H A Dio_uring.h181 #define IORING_SETUP_COOP_TASKRUN (1U << 8) macro
/linux/io_uring/
H A Dio_uring.c3665 if (ctx->flags & (IORING_SETUP_COOP_TASKRUN | in io_uring_create()
3670 } else if (ctx->flags & IORING_SETUP_COOP_TASKRUN) { in io_uring_create()
3786 IORING_SETUP_COOP_TASKRUN | IORING_SETUP_TASKRUN_FLAG | in io_uring_setup()