Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dio_uring.c109 u32 sq_ring_entries, cq_ring_entries; member
555 if (tail - READ_ONCE(rings->cq.head) == rings->cq_ring_entries) in io_get_cqring()
3737 rings->cq_ring_entries = p->cq_entries; in io_allocate_scq_urings()
3741 ctx->cq_entries = rings->cq_ring_entries; in io_allocate_scq_urings()
3862 p->cq_off.ring_entries = offsetof(struct io_rings, cq_ring_entries); in io_uring_create()