Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dregister.c377 struct io_uring_sqe *sq_sqes; member
469 n.sq_sqes = io_region_get_ptr(&n.sq_region); in io_register_resize_rings()
493 o.sq_sqes = ctx->sq_sqes; in io_register_resize_rings()
494 ctx->sq_sqes = NULL; in io_register_resize_rings()
508 n.sq_sqes[dst_head] = o.sq_sqes[src_head]; in io_register_resize_rings()
519 ctx->sq_sqes = o.sq_sqes; in io_register_resize_rings()
548 ctx->sq_sqes = n.sq_sqes; in io_register_resize_rings()
H A Dfdinfo.c108 sqe = &ctx->sq_sqes[sq_idx << sq_shift]; in __io_uring_show_fdinfo()
H A Dio_uring.c2401 *sqe = &ctx->sq_sqes[head]; in io_get_sqe()
2763 ctx->sq_sqes = NULL; in io_rings_free()
3402 ctx->sq_sqes = io_region_get_ptr(&ctx->sq_region); in io_allocate_scq_urings()
/linux/include/linux/
H A Dio_uring_types.h302 struct io_uring_sqe *sq_sqes; member