Home
last modified time | relevance | path

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

/linux-4.19.296/include/asm-generic/
Dtopology.h58 #ifndef cpumask_of_pcibus
59 #define cpumask_of_pcibus(bus) (pcibus_to_node(bus) == -1 ? \ macro
/linux-4.19.296/drivers/pci/
Dpci-sysfs.c87 mask = cpumask_of_pcibus(to_pci_dev(dev)->bus); in pci_dev_show_local_cpu()
112 const struct cpumask *cpumask = cpumask_of_pcibus(to_pci_bus(dev)); in cpuaffinity_show()
121 const struct cpumask *cpumask = cpumask_of_pcibus(to_pci_bus(dev)); in cpulistaffinity_show()