Home
last modified time | relevance | path

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

/linux-6.14.4/io_uring/
Dregister.c373 struct io_uring_sqe *sq_sqes; member
488 n.sq_sqes = io_region_get_ptr(&n.sq_region); in io_register_resize_rings()
512 o.sq_sqes = ctx->sq_sqes; in io_register_resize_rings()
513 ctx->sq_sqes = NULL; in io_register_resize_rings()
527 n.sq_sqes[dst_head] = o.sq_sqes[src_head]; in io_register_resize_rings()
538 ctx->sq_sqes = o.sq_sqes; in io_register_resize_rings()
567 ctx->sq_sqes = n.sq_sqes; in io_register_resize_rings()
Dfdinfo.c143 sqe = &ctx->sq_sqes[sq_idx << sq_shift]; in io_uring_show_fdinfo()
Dio_uring.c2288 *sqe = &ctx->sq_sqes[head]; in io_get_sqe()
2641 ctx->sq_sqes = NULL; in io_rings_free()
3513 ctx->sq_sqes = io_region_get_ptr(&ctx->sq_region); in io_allocate_scq_urings()
/linux-6.14.4/include/linux/
Dio_uring_types.h274 struct io_uring_sqe *sq_sqes; member