Searched refs:n_sqe_pages (Results 1 – 3 of 3) sorted by relevance
261 ctx->n_sqe_pages); in io_uring_mmap()
2651 return __io_uaddr_map(&ctx->sqe_pages, &ctx->n_sqe_pages, uaddr, in io_sqes_map()2660 io_pages_unmap(ctx->sq_sqes, &ctx->sqe_pages, &ctx->n_sqe_pages, in io_rings_free()2665 io_pages_free(&ctx->sqe_pages, ctx->n_sqe_pages); in io_rings_free()2666 ctx->n_sqe_pages = 0; in io_rings_free()3470 ptr = io_pages_map(&ctx->sqe_pages, &ctx->n_sqe_pages, size); in io_allocate_scq_urings()
425 unsigned short n_sqe_pages; member