Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dio_uring.h153 #define IORING_SETUP_TASKRUN_FLAG (1U << 9) macro
/Linux-v6.1/io_uring/
Dio_uring.c1012 if (ctx->flags & IORING_SETUP_TASKRUN_FLAG) in ctx_flush_and_put()
1122 if (ctx->flags & IORING_SETUP_TASKRUN_FLAG) in io_req_local_work_add()
1145 if (ctx->flags & IORING_SETUP_TASKRUN_FLAG) in __io_req_task_work_add()
1205 if (ctx->flags & IORING_SETUP_TASKRUN_FLAG) in __io_run_local_work()
3471 IORING_SETUP_TASKRUN_FLAG | in io_uring_create()
3478 if (ctx->flags & IORING_SETUP_TASKRUN_FLAG && in io_uring_create()
3596 IORING_SETUP_COOP_TASKRUN | IORING_SETUP_TASKRUN_FLAG | in io_uring_setup()