Searched refs:cq_wait_nr (Results 1 – 4 of 4) sorted by relevance
99 atomic_set(&ctx->cq_wait_nr, 1); in io_cqring_min_timer_wakeup()260 atomic_set(&ctx->cq_wait_nr, nr_wait); in io_cqring_wait()269 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()
252 atomic_set(&ctx->cq_wait_nr, IO_CQ_WAKE_INIT); in io_ring_ctx_alloc()
409 atomic_t cq_wait_nr; member