Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dio_uring_types.h348 atomic_t cq_wait_nr; member
/linux/io_uring/
H A Dio_uring.c312 atomic_set(&ctx->cq_wait_nr, IO_CQ_WAKE_INIT); in io_ring_ctx_alloc()
1207 nr_wait = atomic_read(&ctx->cq_wait_nr); in io_req_local_work_add()
2420 atomic_set(&ctx->cq_wait_nr, 1); in io_cqring_min_timer_wakeup()
2579 atomic_set(&ctx->cq_wait_nr, nr_wait); in io_cqring_wait()
2588 atomic_set(&ctx->cq_wait_nr, IO_CQ_WAKE_INIT); in io_cqring_wait()
3051 atomic_set(&ctx->cq_wait_nr, 1); in io_uring_try_cancel_requests()