Home
last modified time | relevance | path

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

/Linux-v6.6/io_uring/
Dfdinfo.c98 sq_idx = READ_ONCE(ctx->sq_array[entry & sq_mask]); in io_uring_show_fdinfo()
Dio_uring.c2381 head = READ_ONCE(ctx->sq_array[head]); in io_get_sqe()
3780 ctx->sq_array = (u32 *)((char *)rings + sq_array_offset); in io_allocate_scq_urings()
3992 p->sq_off.array = (char *)ctx->sq_array - (char *)ctx->rings; in io_uring_create()
/Linux-v6.6/include/linux/
Dio_uring_types.h235 u32 *sq_array; member