Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dopenclose.c196 ret = io_fixed_fd_remove(ctx, offset); in __io_close_fixed()
374 io_fixed_fd_remove(ctx, fds[0]); in io_pipe_fixed()
376 io_fixed_fd_remove(ctx, fds[1]); in io_pipe_fixed()
H A Dfiletable.h16 int io_fixed_fd_remove(struct io_ring_ctx *ctx, unsigned int offset);
H A Dfiletable.c122 int io_fixed_fd_remove(struct io_ring_ctx *ctx, unsigned int offset) in io_fixed_fd_remove() function