Lines Matching defs:tio
1968 struct hio *fio, *nio, *tio, *prev, *last;
2044 tio = fio;
2045 while (nio != NULL && IS_ADJACENT(tio, nio) &&
2047 avl_remove(&hqueue->deadline_tree, tio);
2048 avl_remove(&hqueue->read_tree, tio);
2049 tio->contig_chain = nio;
2051 prev = tio;
2052 tio = nio;
2062 if (fvp && tio->bp->b_file != fvp) {
2071 * tio is not removed from the read_tree as it serves as a sentinel
2075 hqueue->next = tio;
2076 avl_remove(&hqueue->deadline_tree, tio);
2125 prev->contig_chain->bp = tio->bp;
2126 prev->contig_chain->sema = tio->sema;
2127 tio = prev->contig_chain;
2128 tio->contig_chain = NULL;
2144 tio = nio;
2160 tio = nio;
2162 kmem_cache_free(hio_cache, tio);
2175 tio = nio;
2177 kmem_cache_free(hio_cache, tio);
2183 nbuf = tio->bp;
2184 io_done = tio->sema;
2186 last = tio;
2205 tio = nio;
2207 kmem_cache_free(hio_cache, tio);