Searched refs:io_queue_rsrc_removal (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/io_uring/ |
H A D | filetable.c | 81 ret = io_queue_rsrc_removal(ctx->file_data, slot_index, 150 ret = io_queue_rsrc_removal(ctx->file_data, offset, in io_fixed_fd_remove()
|
H A D | rsrc.h | 63 int io_queue_rsrc_removal(struct io_rsrc_data *data, unsigned idx, void *rsrc);
|
H A D | rsrc.c | 389 err = io_queue_rsrc_removal(data, i, in __io_sqe_files_update() 458 err = io_queue_rsrc_removal(ctx->buf_data, i, in __io_sqe_buffers_update() 639 int io_queue_rsrc_removal(struct io_rsrc_data *data, unsigned idx, void *rsrc) in io_queue_rsrc_removal() function
|
/kernel/linux/linux-5.10/io_uring/ |
H A D | io_uring.c | 8457 static int io_queue_rsrc_removal(struct io_rsrc_data *data, unsigned idx, in io_queue_rsrc_removal() function 8504 ret = io_queue_rsrc_removal(ctx->file_data, slot_index, in io_install_fixed_file() 8550 ret = io_queue_rsrc_removal(ctx->file_data, offset, ctx->rsrc_node, file); in io_close_fixed() 8600 err = io_queue_rsrc_removal(data, i, ctx->rsrc_node, file); in __io_sqe_files_update() 9273 err = io_queue_rsrc_removal(ctx->buf_data, i, in __io_sqe_buffers_update()
|
Completed in 17 milliseconds