Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dio_uring.h161 #define IORING_SETUP_TASKRUN_FLAG (1U << 9) macro
/linux-6.3-rc2/io_uring/
A Dio_uring.c1153 if (ctx->flags & IORING_SETUP_TASKRUN_FLAG) in ctx_flush_and_put()
1299 if (ctx->flags & IORING_SETUP_TASKRUN_FLAG) in io_req_local_work_add()
1325 if (ctx->flags & IORING_SETUP_TASKRUN_FLAG) in __io_req_task_work_add()
1356 if (ctx->flags & IORING_SETUP_TASKRUN_FLAG) in __io_run_local_work()
3719 IORING_SETUP_TASKRUN_FLAG | in io_uring_create()
3726 if (ctx->flags & IORING_SETUP_TASKRUN_FLAG && in io_uring_create()
3844 IORING_SETUP_COOP_TASKRUN | IORING_SETUP_TASKRUN_FLAG | in io_uring_setup()

Completed in 23 milliseconds