Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dregister.c474 struct io_uring_sqe *sq_sqes; member
566 n.sq_sqes = io_region_get_ptr(&n.sq_region); in io_register_resize_rings()
590 o.sq_sqes = ctx->sq_sqes; in io_register_resize_rings()
591 ctx->sq_sqes = NULL; in io_register_resize_rings()
605 n.sq_sqes[dst_head] = o.sq_sqes[src_head]; in io_register_resize_rings()
616 ctx->sq_sqes = o.sq_sqes; in io_register_resize_rings()
653 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.c1748 (unsigned)(sqe - ctx->sq_sqes) >= ctx->sq_entries - 1) in io_init_req()
2004 *sqe = &ctx->sq_sqes[head]; in io_get_sqe()
2070 ctx->sq_sqes = NULL; in io_rings_free()
2725 ctx->sq_sqes = io_region_get_ptr(&ctx->sq_region); in io_allocate_scq_urings()
/linux/include/linux/
H A Dio_uring_types.h319 struct io_uring_sqe *sq_sqes; member