Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dio_uring_types.h360 atomic_t cq_wait_nr; member
/linux-6.15/io_uring/
H A Dio_uring.c325 atomic_set(&ctx->cq_wait_nr, IO_CQ_WAKE_INIT); in io_ring_ctx_alloc()
1198 nr_wait = atomic_read(&ctx->cq_wait_nr); in io_req_local_work_add()
2436 atomic_set(&ctx->cq_wait_nr, 1); in io_cqring_min_timer_wakeup()
2600 atomic_set(&ctx->cq_wait_nr, nr_wait); in io_cqring_wait()
2609 atomic_set(&ctx->cq_wait_nr, IO_CQ_WAKE_INIT); in io_cqring_wait()
3073 atomic_set(&ctx->cq_wait_nr, 1); in io_uring_try_cancel_requests()