Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dio_uring.h161 #define IORING_SETUP_TASKRUN_FLAG (1U << 9) macro
/openbmc/linux/io_uring/
H A Dio_uring.c1182 if (ctx->flags & IORING_SETUP_TASKRUN_FLAG) in ctx_flush_and_put()
1329 if (ctx->flags & IORING_SETUP_TASKRUN_FLAG) in io_req_local_work_add()
1356 if (ctx->flags & IORING_SETUP_TASKRUN_FLAG) in io_req_normal_work_add()
1397 if (ctx->flags & IORING_SETUP_TASKRUN_FLAG) in io_run_local_work_continue()
1411 if (ctx->flags & IORING_SETUP_TASKRUN_FLAG) in __io_run_local_work()
4052 IORING_SETUP_TASKRUN_FLAG | in io_uring_create()
4059 if (ctx->flags & IORING_SETUP_TASKRUN_FLAG && in io_uring_create()
4189 IORING_SETUP_COOP_TASKRUN | IORING_SETUP_TASKRUN_FLAG | in io_register_restrictions()