Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dio_uring.h452 #define IORING_SQ_TASKRUN (1U << 2) /* task should enter the kernel */ macro
/linux/include/uapi/linux/
H A Dio_uring.h513 #define IORING_SQ_TASKRUN (1U << 2) /* task should enter the kernel */ macro
/linux/io_uring/
H A Dio_uring.c1029 atomic_andnot(IORING_SQ_TASKRUN, &ctx->rings->sq_flags); in ctx_flush_and_put()
1202 atomic_or(IORING_SQ_TASKRUN, &ctx->rings->sq_flags); in io_req_local_work_add()
1227 atomic_or(IORING_SQ_TASKRUN, &ctx->rings->sq_flags); in io_req_normal_work_add()
1274 atomic_or(IORING_SQ_TASKRUN, &ctx->rings->sq_flags); in io_run_local_work_continue()
1309 atomic_andnot(IORING_SQ_TASKRUN, &ctx->rings->sq_flags); in __io_run_local_work()