Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/mtip32xx/
Dmtip32xx.c925 twork->cpu_binding, in mtip_handle_irq()
4367 dd->work[0].cpu_binding = dd->isr_binding; in mtip_pci_probe()
4368 dd->work[1].cpu_binding = get_least_used_cpu_on_node(dd->numa_node); in mtip_pci_probe()
4369 dd->work[2].cpu_binding = get_least_used_cpu_on_node(dd->numa_node); in mtip_pci_probe()
4370 dd->work[3].cpu_binding = dd->work[0].cpu_binding; in mtip_pci_probe()
4371 dd->work[4].cpu_binding = dd->work[1].cpu_binding; in mtip_pci_probe()
4372 dd->work[5].cpu_binding = dd->work[2].cpu_binding; in mtip_pci_probe()
4373 dd->work[6].cpu_binding = dd->work[2].cpu_binding; in mtip_pci_probe()
4374 dd->work[7].cpu_binding = dd->work[1].cpu_binding; in mtip_pci_probe()
4380 if (dd->work[i].cpu_binding == cpu) { in mtip_pci_probe()
[all …]
Dmtip32xx.h180 int cpu_binding; member