Lines Matching refs:tmp
2214 struct request *tmp; in blk_add_rq_to_plug() local
2216 tmp = list_first_entry(&plug->mq_list, struct request, in blk_add_rq_to_plug()
2218 if (tmp->q != rq->q) in blk_add_rq_to_plug()
2682 LIST_HEAD(tmp); in blk_mq_hctx_notify_dead()
2694 list_splice_init(&ctx->rq_lists[type], &tmp); in blk_mq_hctx_notify_dead()
2699 if (list_empty(&tmp)) in blk_mq_hctx_notify_dead()
2703 list_splice_tail_init(&tmp, &hctx->dispatch); in blk_mq_hctx_notify_dead()
3254 struct blk_mq_hw_ctx *hctx = NULL, *tmp; in blk_mq_alloc_and_init_hctx() local
3258 list_for_each_entry(tmp, &q->unused_hctx_list, hctx_list) { in blk_mq_alloc_and_init_hctx()
3259 if (tmp->numa_node == node) { in blk_mq_alloc_and_init_hctx()
3260 hctx = tmp; in blk_mq_alloc_and_init_hctx()