Searched refs:sq_off (Results 1 – 5 of 5) sorted by relevance
75 sq->ring_sz = p->sq_off.array + p->sq_entries * sizeof(unsigned int); in io_uring_mmap()80 sq->khead = ptr + p->sq_off.head; in io_uring_mmap()81 sq->ktail = ptr + p->sq_off.tail; in io_uring_mmap()82 sq->kring_mask = ptr + p->sq_off.ring_mask; in io_uring_mmap()83 sq->kring_entries = ptr + p->sq_off.ring_entries; in io_uring_mmap()84 sq->kflags = ptr + p->sq_off.flags; in io_uring_mmap()85 sq->kdropped = ptr + p->sq_off.dropped; in io_uring_mmap()86 sq->array = ptr + p->sq_off.array; in io_uring_mmap()
3505 rd.user_addr = p->sq_off.user_addr; in io_allocate_scq_urings()3583 p->sq_off.head = offsetof(struct io_rings, sq.head); in io_uring_fill_params()3584 p->sq_off.tail = offsetof(struct io_rings, sq.tail); in io_uring_fill_params()3585 p->sq_off.ring_mask = offsetof(struct io_rings, sq_ring_mask); in io_uring_fill_params()3586 p->sq_off.ring_entries = offsetof(struct io_rings, sq_ring_entries); in io_uring_fill_params()3587 p->sq_off.flags = offsetof(struct io_rings, sq_flags); in io_uring_fill_params()3588 p->sq_off.dropped = offsetof(struct io_rings, sq_dropped); in io_uring_fill_params()3589 p->sq_off.resv1 = 0; in io_uring_fill_params()3591 p->sq_off.user_addr = 0; in io_uring_fill_params()3708 p->sq_off.array = (char *)ctx->sq_array - (char *)ctx->rings; in io_uring_create()
480 rd.user_addr = p.sq_off.user_addr; in io_register_resize_rings()
494 struct io_sqring_offsets sq_off; member
557 struct io_sqring_offsets sq_off; member