Searched refs:slot (Results 1 – 1 of 1) sorted by relevance
339 int slot = p->file_slot; in io_pipe_fixed() local346 ret = __io_fixed_fd_install(ctx, files[0], slot); in io_pipe_fixed()356 if (slot != IORING_FILE_INDEX_ALLOC) in io_pipe_fixed()357 slot++; in io_pipe_fixed()359 ret = __io_fixed_fd_install(ctx, files[1], slot); in io_pipe_fixed()
Completed in 555 milliseconds