Home
last modified time | relevance | path

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

/linux-6.15/io_uring/
H A Dregister.c374 struct io_uring_sqe *sq_sqes; member
489 n.sq_sqes = io_region_get_ptr(&n.sq_region); in io_register_resize_rings()
513 o.sq_sqes = ctx->sq_sqes; in io_register_resize_rings()
514 ctx->sq_sqes = NULL; in io_register_resize_rings()
528 n.sq_sqes[dst_head] = o.sq_sqes[src_head]; in io_register_resize_rings()
539 ctx->sq_sqes = o.sq_sqes; in io_register_resize_rings()
568 ctx->sq_sqes = n.sq_sqes; in io_register_resize_rings()
H A Dfdinfo.c137 sqe = &ctx->sq_sqes[sq_idx << sq_shift]; in __io_uring_show_fdinfo()
H A Dio_uring.c2304 *sqe = &ctx->sq_sqes[head]; in io_get_sqe()
2662 ctx->sq_sqes = NULL; in io_rings_free()
3532 ctx->sq_sqes = io_region_get_ptr(&ctx->sq_region); in io_allocate_scq_urings()
/linux-6.15/include/linux/
H A Dio_uring_types.h284 struct io_uring_sqe *sq_sqes; member