Lines Matching refs:list
178 * Sort the requests in the list according to their hctx,
290 * If we have previous entries on our dispatch list, grab them first for
302 * requests from the dispatch list. This is to avoid the case where
310 * on the dispatch list or we were able to dispatch from the
311 * dispatch list.
465 LIST_HEAD(list);
467 list_add(&rq->queuelist, &list);
468 e->type->ops.insert_requests(hctx, &list, at_head);
482 struct list_head *list, bool run_queue_async)
496 e->type->ops.insert_requests(hctx, list, false);
504 blk_mq_try_issue_list_directly(hctx, list);
505 if (list_empty(list))
508 blk_mq_insert_requests(hctx, ctx, list);