Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c4785 struct fdtable *fdt; in io_close() local
4795 fdt = files_fdtable(files); in io_close()
4796 if (close->fd >= fdt->max_fds) { in io_close()
4800 file = fdt->fd[close->fd]; in io_close()