Lines Matching defs:end
769 * BIO fragments may end up not being written sequentially.
772 * size to 0 and we end up calling bio_endio() before returning.
817 * Fully end IO on a request. Does not support partial completions, or
885 * except in the consistency check at the end of this function.
1229 * blk_mq_complete_request - end I/O on a request
1681 * we end up here it means that no requests are pending and
1957 * If we end up here it is because we cannot dispatch a request to a
2947 * If any qos ->throttle() end up blocking, we will have flushed the
3259 unsigned long end = start + order_to_size(page->private);
3266 if (rq_addr >= start && rq_addr < end) {
3341 unsigned int end = start + set->map[i].nr_queues;
3343 if (hctx_idx >= start && hctx_idx < end)