Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Drsrc.c341 u64 *tag_slot = io_get_tag_slot(data, i); in io_rsrc_data_alloc()
412 *io_get_tag_slot(data, i) = tag; in __io_sqe_files_update()
469 *io_get_tag_slot(ctx->buf_data, i) = tag; in __io_sqe_buffers_update()
644 u64 *tag_slot = io_get_tag_slot(data, idx); in io_queue_rsrc_removal()
738 if (unlikely(*io_get_tag_slot(ctx->file_data, i))) in io_sqe_files_register()
1044 if (!iov.iov_base && *io_get_tag_slot(data, i)) { in io_sqe_buffers_register()
H A Drsrc.h120 static inline u64 *io_get_tag_slot(struct io_rsrc_data *data, unsigned int idx) in io_get_tag_slot() function
H A Dfiletable.c90 *io_get_tag_slot(ctx->file_data, slot_index) = 0; in io_install_fixed_file()