Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/controller/
H A Dpci-hyperv.c1760 static int cpu_next = -1; in hv_compose_multi_msi_req_get_cpu() local
1767 cpu_next = cpumask_next_wrap(cpu_next, cpu_online_mask, nr_cpu_ids, in hv_compose_multi_msi_req_get_cpu()
1769 cpu = cpu_next; in hv_compose_multi_msi_req_get_cpu()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c12868 unsigned int cpu_select, cpu_next, idx; in lpfc_irq_rebalance() local
12886 cpu_next = cpumask_next_wrap(cpu, orig_mask, cpu, true); in lpfc_irq_rebalance()
12887 cpu_select = lpfc_next_online_cpu(orig_mask, cpu_next); in lpfc_irq_rebalance()