Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dio_uring.c201 struct io_uring_sqe *sq_sqes; member
2586 s->sqe = &ctx->sq_sqes[head]; in io_get_sqring()
3563 io_mem_free(ctx->sq_sqes); in io_ring_ctx_free()
3637 ptr = ctx->sq_sqes; in io_uring_mmap()
3747 ctx->sq_sqes = io_mem_alloc(size); in io_allocate_scq_urings()
3748 if (!ctx->sq_sqes) in io_allocate_scq_urings()