Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dio_uring.h403 #define IORING_SQ_TASKRUN (1U << 2) /* task should enter the kernel */ macro
/linux-6.1.9/io_uring/
Dio_uring.c1005 atomic_andnot(IORING_SQ_TASKRUN, &ctx->rings->sq_flags); in ctx_flush_and_put()
1120 atomic_or(IORING_SQ_TASKRUN, &ctx->rings->sq_flags); in io_req_local_work_add()
1144 atomic_or(IORING_SQ_TASKRUN, &ctx->rings->sq_flags); in __io_req_task_work_add()
1199 atomic_andnot(IORING_SQ_TASKRUN, &ctx->rings->sq_flags); in __io_run_local_work()