Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c6946 struct io_fixed_file *slot = io_fixed_file_slot(&ctx->file_table, index); in io_file_from_index() local
6948 return (struct file *) (slot->file_ptr & FFS_MASK); in io_file_from_index()
8910 static void io_buffer_unmap(struct io_ring_ctx *ctx, struct io_mapped_ubuf **slot) in io_buffer_unmap() argument
8912 struct io_mapped_ubuf *imu = *slot; in io_buffer_unmap()
8922 *slot = NULL; in io_buffer_unmap()