Home
last modified time | relevance | path

Searched refs:ccpu (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/block/
Dblk-softirq.c101 int cpu, ccpu = req->mq_ctx->cpu; in __blk_complete_request() local
113 if (test_bit(QUEUE_FLAG_SAME_COMP, &q->queue_flags) && ccpu != -1) { in __blk_complete_request()
115 shared = cpus_share_cache(cpu, ccpu); in __blk_complete_request()
117 ccpu = cpu; in __blk_complete_request()
127 if (ccpu == cpu || shared) { in __blk_complete_request()
141 } else if (raise_blk_irq(ccpu, req)) in __blk_complete_request()