Searched refs:cq_wait_nr (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dio_uring_types.h331 atomic_t cq_wait_nr; member in struct:io_ring_ctx::__anon50
/linux-master/io_uring/
H A Drsrc.c241 atomic_set(&ctx->cq_wait_nr, 1);
270 atomic_set(&ctx->cq_wait_nr, 0);
H A Dio_uring.c137 * so that tests against ->cq_wait_nr would fail and skip wake_up().
140 /* Forced wake up if there is a waiter regardless of ->cq_wait_nr */
310 atomic_set(&ctx->cq_wait_nr, IO_CQ_WAKE_INIT);
1339 * to ensure that either we see updated ->cq_wait_nr, or waiters
1351 nr_wait = atomic_read(&ctx->cq_wait_nr);
2644 atomic_set(&ctx->cq_wait_nr, nr_wait);
2653 atomic_set(&ctx->cq_wait_nr, IO_CQ_WAKE_INIT);
3286 atomic_set(&ctx->cq_wait_nr, 1);

Completed in 255 milliseconds