Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Dio_uring.c275 u32 *sq_array; member
6425 u32 *sq_array = ctx->sq_array; in io_get_sqe() local
6436 head = READ_ONCE(sq_array[ctx->cached_sq_head & ctx->sq_mask]); in io_get_sqe()
9151 ctx->sq_array = (u32 *)((char *)rings + sq_array_offset); in io_allocate_scq_urings()
9357 p->sq_off.array = (char *)ctx->sq_array - (char *)ctx->rings; in io_uring_create()