Searched refs:cq_wait_nr (Results 1 – 5 of 5) sorted by relevance
98 atomic_set(&ctx->cq_wait_nr, 1); in io_cqring_min_timer_wakeup()256 atomic_set(&ctx->cq_wait_nr, nr_wait); in io_cqring_wait()265 atomic_set(&ctx->cq_wait_nr, IO_CQ_WAKE_INIT); in io_cqring_wait()
229 nr_wait = atomic_read(&ctx->cq_wait_nr); in io_req_local_work_add()
518 atomic_set(&ctx->cq_wait_nr, 1); in io_uring_try_cancel_requests()
250 atomic_set(&ctx->cq_wait_nr, IO_CQ_WAKE_INIT); in io_ring_ctx_alloc()
395 atomic_t cq_wait_nr; member