Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dio_uring_types.h273 u32 *sq_array; member
/linux/io_uring/
H A Dregister.c561 ctx->sq_array = (u32 *)((char *)n.rings + sq_array_offset); in io_register_resize_rings()
H A Dio_uring.c2263 head = READ_ONCE(ctx->sq_array[head]); in io_get_sqe()
3487 ctx->sq_array = (u32 *)((char *)rings + sq_array_offset); in io_allocate_scq_urings()
3708 p->sq_off.array = (char *)ctx->sq_array - (char *)ctx->rings; in io_uring_create()