Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dio_uring.h155 #define IORING_SETUP_COOP_TASKRUN (1U << 8) macro
/openbmc/linux/io_uring/
H A Dio_uring.c3942 if (ctx->flags & (IORING_SETUP_COOP_TASKRUN | in io_uring_create()
3947 } else if (ctx->flags & IORING_SETUP_COOP_TASKRUN) { in io_uring_create()
4080 IORING_SETUP_COOP_TASKRUN | IORING_SETUP_TASKRUN_FLAG | in io_uring_setup()