Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dwait.c99 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()
H A Dtw.c229 nr_wait = atomic_read(&ctx->cq_wait_nr); in io_req_local_work_add()
H A Dio_uring.c252 atomic_set(&ctx->cq_wait_nr, IO_CQ_WAKE_INIT); in io_ring_ctx_alloc()
/linux/include/linux/
H A Dio_uring_types.h409 atomic_t cq_wait_nr; member