Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Dio_uring.h161 #define IORING_SETUP_TASKRUN_FLAG (1U << 9) macro
/Linux-v6.6/io_uring/
Dio_uring.c1169 if (ctx->flags & IORING_SETUP_TASKRUN_FLAG) in ctx_flush_and_put()
1347 if (ctx->flags & IORING_SETUP_TASKRUN_FLAG) in io_req_local_work_add()
1374 if (ctx->flags & IORING_SETUP_TASKRUN_FLAG) in io_req_normal_work_add()
1416 if (ctx->flags & IORING_SETUP_TASKRUN_FLAG) in __io_run_local_work()
3941 IORING_SETUP_TASKRUN_FLAG | in io_uring_create()
3948 if (ctx->flags & IORING_SETUP_TASKRUN_FLAG && in io_uring_create()
4078 IORING_SETUP_COOP_TASKRUN | IORING_SETUP_TASKRUN_FLAG | in io_uring_setup()