Home
last modified time | relevance | path

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

/Linux-v6.1/io_uring/
Dfdinfo.c94 sq_idx = READ_ONCE(ctx->sq_array[entry & sq_mask]); in __io_uring_show_fdinfo()
Dio_uring.c2239 head = READ_ONCE(ctx->sq_array[sq_idx]); in io_get_sqe()
3327 ctx->sq_array = (u32 *)((char *)rings + sq_array_offset); in io_allocate_scq_urings()
3523 p->sq_off.array = (char *)ctx->sq_array - (char *)ctx->rings; in io_uring_create()
/Linux-v6.1/include/linux/
Dio_uring_types.h226 u32 *sq_array; member