Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/pci/controller/
Dpci-hyperv.c1759 static int cpu_next = -1; in hv_compose_multi_msi_req_get_cpu() local
1766 cpu_next = cpumask_next_wrap(cpu_next, cpu_online_mask, nr_cpu_ids, in hv_compose_multi_msi_req_get_cpu()
1768 cpu = cpu_next; in hv_compose_multi_msi_req_get_cpu()
/linux-6.6.21/drivers/scsi/lpfc/
Dlpfc_init.c12865 unsigned int cpu_select, cpu_next, idx; in lpfc_irq_rebalance() local
12883 cpu_next = cpumask_next_wrap(cpu, orig_mask, cpu, true); in lpfc_irq_rebalance()
12884 cpu_select = lpfc_next_online_cpu(orig_mask, cpu_next); in lpfc_irq_rebalance()