Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dio_uring.h169 #define IORING_SETUP_TASKRUN_FLAG (1U << 9) macro
/linux/io_uring/
H A Dio_uring.c1028 if (ctx->flags & IORING_SETUP_TASKRUN_FLAG) in ctx_flush_and_put()
1201 if (ctx->flags & IORING_SETUP_TASKRUN_FLAG) in io_req_local_work_add()
1226 if (ctx->flags & IORING_SETUP_TASKRUN_FLAG) in io_req_normal_work_add()
1273 if (ctx->flags & IORING_SETUP_TASKRUN_FLAG) in io_run_local_work_continue()
1308 if (ctx->flags & IORING_SETUP_TASKRUN_FLAG) in __io_run_local_work()
3666 IORING_SETUP_TASKRUN_FLAG | in io_uring_create()
3673 if (ctx->flags & IORING_SETUP_TASKRUN_FLAG && in io_uring_create()
3786 IORING_SETUP_COOP_TASKRUN | IORING_SETUP_TASKRUN_FLAG | in io_uring_setup()
/linux/include/uapi/linux/
H A Dio_uring.h187 #define IORING_SETUP_TASKRUN_FLAG (1U << 9) macro