Lines Matching defs:last
837 * Upper layers may call blk_crypto_evict_key() anytime after the last
908 * Upper layers may call blk_crypto_evict_key() anytime after the last
1291 struct request *last = rq_list_peek(&plug->mq_list);
1297 blk_rq_bytes(last) >= BLK_PLUG_FLUSH_SIZE)) {
1299 last = NULL;
1303 if (!plug->multiple_queues && last && last->q != rq->q)
1654 * blk_freeze_queue_start, and the moment the last request is
2024 * blk_mq_commit_rqs will notify driver using bd->last that there is no
2029 * 2) the last attempt to queue a request failed
2074 bd.last = list_empty(list);
2609 struct request *rq, bool last)
2614 .last = last,
2697 static blk_status_t blk_mq_request_issue_directly(struct request *rq, bool last)
2708 return __blk_mq_issue_directly(hctx, rq, last);
2719 bool last = rq_list_empty(plug->mq_list);
2729 ret = blk_mq_request_issue_directly(rq, last);