Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c1375 struct io_rings *r = ctx->rings; in io_account_cq_overflow() local
1377 WRITE_ONCE(r->cq_overflow, READ_ONCE(r->cq_overflow) + 1); in io_account_cq_overflow()
1600 struct io_rings *r = ctx->rings; in io_sqring_full() local
1602 return READ_ONCE(r->sq.tail) - ctx->cached_sq_head == ctx->sq_entries; in io_sqring_full()