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

/linux-master/io_uring/
H A Dfdinfo.c100 sq_idx = READ_ONCE(ctx->sq_array[entry & sq_mask]);
H A Dio_uring.c2435 head = READ_ONCE(ctx->sq_array[head]);
3782 ctx->sq_array = (u32 *)((char *)rings + sq_array_offset);
3975 p->sq_off.array = (char *)ctx->sq_array - (char *)ctx->rings;
/linux-master/include/linux/
H A Dio_uring_types.h269 u32 *sq_array; member in struct:io_ring_ctx::__anon48

Completed in 139 milliseconds