Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Dio_uring.h155 #define IORING_SETUP_COOP_TASKRUN (1U << 8) macro
/Linux-v6.6/io_uring/
Dio_uring.c3940 if (ctx->flags & (IORING_SETUP_COOP_TASKRUN | in io_uring_create()
3945 } else if (ctx->flags & IORING_SETUP_COOP_TASKRUN) { in io_uring_create()
4078 IORING_SETUP_COOP_TASKRUN | IORING_SETUP_TASKRUN_FLAG | in io_uring_setup()