Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dio_uring.c3786 size_t size, sq_array_offset; in io_allocate_scq_urings() local
3793 size = rings_size(ctx, p->sq_entries, p->cq_entries, &sq_array_offset); in io_allocate_scq_urings()
3807 ctx->sq_array = (u32 *)((char *)rings + sq_array_offset); in io_allocate_scq_urings()