Searched refs:io_queue_rsrc_removal (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/io_uring/ |
D | filetable.c | 81 ret = io_queue_rsrc_removal(ctx->file_data, slot_index, in io_install_fixed_file() 153 ret = io_queue_rsrc_removal(ctx->file_data, offset, in io_fixed_fd_remove()
|
D | rsrc.h | 63 int io_queue_rsrc_removal(struct io_rsrc_data *data, unsigned idx, void *rsrc);
|
D | rsrc.c | 390 err = io_queue_rsrc_removal(data, i, in __io_sqe_files_update() 469 err = io_queue_rsrc_removal(ctx->buf_data, i, in __io_sqe_buffers_update() 650 int io_queue_rsrc_removal(struct io_rsrc_data *data, unsigned idx, void *rsrc) in io_queue_rsrc_removal() function
|